Skip to content

Commit 094bdf8

Browse files
committed
review leftover
1 parent 784ef19 commit 094bdf8

File tree

1 file changed

+3
-3
lines changed
  • src/status_im/contexts/shell/activity_center/notification/syncing

1 file changed

+3
-3
lines changed

src/status_im/contexts/shell/activity_center/notification/syncing/view.cljs

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
(defn installation-received-view
5252
[{:keys [notification extra-fn]}]
53-
(let [{:keys [installationId read timestamp]} notification
53+
(let [{:keys [installation-id read timestamp]} notification
5454
customization-color (rf/sub [:profile/customization-color])
5555
theme (quo.theme/use-theme)
5656
review-pairing-request (rn/use-callback
@@ -59,8 +59,8 @@
5959
{:content
6060
(fn []
6161
[new-device-sheet/installation-request-receiver-view
62-
installationId])}]))
63-
[installationId])]
62+
installation-id])}]))
63+
[installation-id])]
6464
[swipeable {:extra-fn extra-fn}
6565
[quo/activity-log
6666
{:title (i18n/label :t/new-device-detected)

0 commit comments

Comments
 (0)