Skip to content

Commit

Permalink
fix: enabled chats
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice committed Oct 18, 2024
1 parent 850f9fd commit 2ce03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/screens/account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const screens = [
tabBarLabel: "Vie sco.",
tabBarLottie: require("@/../assets/lottie/tab_check.json"),
}),
createScreen("Messages", PlaceholderScreen, {
createScreen("Messages", Messages, {
headerTitle: "Messages",
tabBarLabel: "Messages",
tabBarLottie: require("@/../assets/lottie/tab_chat.json"),
Expand Down

0 comments on commit 2ce03c9

Please sign in to comment.