Skip to content

Commit

Permalink
fix: misspelled worklet
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky committed Nov 8, 2023
1 parent 1b52e20 commit 7c1708c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/InstagramStories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const InstagramStories = forwardRef<InstagramStoriesPublicMethods, InstagramStor

const onPress = ( id: string ) => {

'wokrlet';
'worklet';

loadingStory.value = id;

Expand All @@ -57,15 +57,15 @@ const InstagramStories = forwardRef<InstagramStoriesPublicMethods, InstagramStor

const onLoad = () => {

'wokrlet';
'worklet';

loadingStory.value = undefined;

};

const onStoriesChange = async () => {

'wokrlet';
'worklet';

seenStories.value = await ( saveProgress ? getProgressStorage() : {} );

Expand Down

0 comments on commit 7c1708c

Please sign in to comment.