From 2d3952f2522c7fb62bcc5fd295ff7f369f1b3f81 Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Tue, 4 Sep 2018 18:45:46 +0300 Subject: [PATCH] Test commit to trigger Jenkins build --- src/status_im/ui/screens/desktop/main/chat/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}]]]]