Skip to content

Commit

Permalink
fix: tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-into committed Mar 20, 2024
1 parent 502189a commit 3a6f229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function MessengerNotificationCard({
store.dispatch(readNotification({ id: item.id }));

if (item.type === "contact-request") {
navigation.navigate("MiniFriend");
navigation.navigate("MiniFriend", { activeTab: "requests" });
}

if (item.type === "group-invite") {
Expand Down

0 comments on commit 3a6f229

Please sign in to comment.