about summary refs log tree commit diff
path: root/src/view/shell/bottom-bar
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-09-07 13:52:00 -0700
committerGitHub <noreply@github.com>2024-09-07 13:52:00 -0700
commita6a3d203fdbe469a56f681feb804e1ef41eaf2c7 (patch)
tree3381ee1afd6e94884ba2f1987ee4ce66ae87520c /src/view/shell/bottom-bar
parent63ab16a62d7e63a3ef38b6363bbf8034ccfb490f (diff)
downloadvoidsky-a6a3d203fdbe469a56f681feb804e1ef41eaf2c7.tar.zst
Release 1.91 prep (#5215)
* Run intl:extract

* Test fixes

* Update pt-BR translations for video
Diffstat (limited to 'src/view/shell/bottom-bar')
-rw-r--r--src/view/shell/bottom-bar/BottomBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx
index b5ad92b4c..f6d16ae8e 100644
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -160,7 +160,6 @@ export function BottomBar({navigation}: BottomTabBarProps) {
               accessibilityHint=""
             />
             <Btn
-              testID="bottomBarSearchBtn"
               icon={
                 isAtSearch ? (
                   <MagnifyingGlassFilled
@@ -169,6 +168,7 @@ export function BottomBar({navigation}: BottomTabBarProps) {
                   />
                 ) : (
                   <MagnifyingGlass
+                    testID="bottomBarSearchBtn"
                     width={iconWidth + 2}
                     style={[styles.ctrlIcon, pal.text, styles.searchIcon]}
                   />