Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Mar 24, 2024
2 parents f4c62ef + fac8a34 commit 8d83653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/(tabs)/account.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Check warning on line 1 in app/(tabs)/account.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎`
import { BottomSheetModal, useBottomSheetModal } from "@gorhom/bottom-sheet";
import React, { useRef } from "react";
import {
Expand All @@ -10,6 +11,7 @@ import {

import AccountSheet from "../../components/bottomSheet";

Check warning on line 12 in app/(tabs)/account.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎`


//TODO: add a notification icon
//TODO: add a profile icon
//TODO: details grids of profile picture, name, email, phone number, address, and edit button
Expand Down

0 comments on commit 8d83653

Please sign in to comment.