diff --git a/src/status_im/ui/screens/desktop/main/chat/views.cljs b/src/status_im/ui/screens/desktop/main/chat/views.cljs index 6f78e17769..ac6ace4218 100644 --- a/src/status_im/ui/screens/desktop/main/chat/views.cljs +++ b/src/status_im/ui/screens/desktop/main/chat/views.cljs @@ -49,7 +49,7 @@ (i18n/label :t/public-chat)])]] #_[react/view [react/popup-menu - [react/popup-menu-trigger {:text "Popup"}] + [react/popup-menu-trigger {:text "Popup test"}] [react/popup-menu-options [react/popup-menu-option {:text "First"}] [react/popup-menu-option {:text "Second"}]]]]