Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit ac47e8f

Browse files
Removed space after ending touchable highlight
1 parent 6b4ac13 commit ac47e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/navbar/navbarButton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const NavbarButton = (props) => {
4747
</Text>
4848

4949
</View>
50-
</TouchableHighlight >
50+
</TouchableHighlight>
5151
);
5252
};
5353

0 commit comments

Comments
 (0)