Skip to content

Commit

Permalink
Fixed ts Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed Jul 24, 2024
1 parent 33dd9cf commit 3c01472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/viewRoutine/RoutineView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async function shareRoutine(routine: Routine, index: number) {
const backup: BackupType = {
routines: [routine],
subscriptions: [],
notes: [],
};

if (navigator.share) {
Expand Down

0 comments on commit 3c01472

Please sign in to comment.