Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c37692

Browse files
committed
Biome Fix
1 parentf5ca63c commit1c37692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/components/post/FeedPost.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ const PostActions = React.memo(
353353
Alert.alert(
354354
'Alt Text',
355355
post?.media_attachments[idx].description??
356-
'Media was not tagged with any alt text.'
356+
'Media was not tagged with any alt text.'
357357
)
358358
}
359359

@@ -788,7 +788,7 @@ const FeedPost = React.memo(
788788
consthandlePresentModalPress=useCallback(()=>{
789789
bottomSheetModalRef.current?.present()
790790
},[])
791-
consthandleSheetChanges=useCallback((_:number)=>{},[])
791+
consthandleSheetChanges=useCallback((_:number)=>{},[])
792792
constrenderBackdrop=useCallback(
793793
(props:BottomSheetBackdropProps)=>(
794794
<BottomSheetBackdrop{...props}disappearsOnIndex={-1}appearsOnIndex={1}/>
@@ -881,7 +881,7 @@ const FeedPost = React.memo(
881881
awaitShare.share({
882882
message:post.url||post.uri,
883883
})
884-
}catch(error){}
884+
}catch(error){}
885885
}
886886
return(
887887
<Viewflex={1}style={{ width}}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp