Skip to content

Commit

Permalink
fix: misspelled worklet
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky authored and Lipo11 committed Nov 8, 2023
1 parent b35a9be commit 3ec270b
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 3ec270b

Please sign in to comment.