Skip to content

Commit

Permalink
review leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Sep 6, 2024
1 parent 784ef19 commit 094bdf8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

(defn installation-received-view
[{:keys [notification extra-fn]}]
(let [{:keys [installationId read timestamp]} notification
(let [{:keys [installation-id read timestamp]} notification
customization-color (rf/sub [:profile/customization-color])
theme (quo.theme/use-theme)
review-pairing-request (rn/use-callback
Expand All @@ -59,8 +59,8 @@
{:content
(fn []
[new-device-sheet/installation-request-receiver-view
installationId])}]))
[installationId])]
installation-id])}]))
[installation-id])]
[swipeable {:extra-fn extra-fn}
[quo/activity-log
{:title (i18n/label :t/new-device-detected)
Expand Down

0 comments on commit 094bdf8

Please sign in to comment.