We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784ef19 commit 094bdf8Copy full SHA for 094bdf8
src/status_im/contexts/shell/activity_center/notification/syncing/view.cljs
@@ -50,7 +50,7 @@
50
51
(defn installation-received-view
52
[{:keys [notification extra-fn]}]
53
- (let [{:keys [installationId read timestamp]} notification
+ (let [{:keys [installation-id read timestamp]} notification
54
customization-color (rf/sub [:profile/customization-color])
55
theme (quo.theme/use-theme)
56
review-pairing-request (rn/use-callback
@@ -59,8 +59,8 @@
59
{:content
60
(fn []
61
[new-device-sheet/installation-request-receiver-view
62
- installationId])}]))
63
- [installationId])]
+ installation-id])}]))
+ [installation-id])]
64
[swipeable {:extra-fn extra-fn}
65
[quo/activity-log
66
{:title (i18n/label :t/new-device-detected)
0 commit comments