Skip to content

Commit

Permalink
Merge pull request #10 from 3o14-com/iac
Browse files Browse the repository at this point in the history
fix: profile navigation from notifications screen
  • Loading branch information
scientiac authored Jan 16, 2025
2 parents a8aa498 + a977063 commit 6d9f7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3o14/app/(modals)/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function NotificationsScreen() {

const handleProfileNavigation = (acct: string | unknown) => {
if (typeof acct === 'string') {
router.push(`/screens/profile/${acct}`);
router.push(`/(modals)/(profile)/${acct}`);
} else {
console.error("Account ID is not a string:", acct);
}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A fediverse client for android and web, focusing on [3o14.com](https://3o14.com)

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Install
[<img src="https://raw.githubusercontent.com/ImranR98/Obtainium/main/assets/graphics/badge_obtainium.png" alt="Get it on Obtainium" height="58">](https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/3o14-com/frontend)
## To Build

1. Install dependencies
Expand Down

0 comments on commit 6d9f7c1

Please sign in to comment.