about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
commita13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch)
treef124df035d35e80ce287c9ee87b034e2e8382b16 /src
parentb449ab842fc64177f8ba1e17199911f02cb99526 (diff)
downloadvoidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst
Upgrade to react-native 0.71.0
Diffstat (limited to 'src')
-rw-r--r--src/view/com/lightbox/Lightbox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx
index ed4cf90b8..3369c2770 100644
--- a/src/view/com/lightbox/Lightbox.tsx
+++ b/src/view/com/lightbox/Lightbox.tsx
@@ -9,6 +9,7 @@ import * as models from '../../../state/models/shell-ui'
 export const Lightbox = observer(function Lightbox() {
   const store = useStores()
   const onClose = () => {
+    console.log('hit')
     store.shell.closeLightbox()
   }