Skip to content

Commit

Permalink
fix: 🐛 fix settings str if checking
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Jan 31, 2023
1 parent ad07523 commit 70b9acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tabView/TabView.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function TabView() {
break;
case "Settings":
case "設定":
case "设定":
if (focused) {
icon = <Ionicons name="settings" size={size} color={color} />;
} else {
Expand Down

0 comments on commit 70b9acb

Please sign in to comment.