Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33038311
D9983.1768411519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D9983.1768411519.diff
View Options
diff --git a/native/user-profile/user-profile-bottom-sheet.react.js b/native/user-profile/user-profile-bottom-sheet.react.js
--- a/native/user-profile/user-profile-bottom-sheet.react.js
+++ b/native/user-profile/user-profile-bottom-sheet.react.js
@@ -33,10 +33,8 @@
state => state.userStore.userInfos[userID],
);
- const bottomSheetRef = React.useRef();
-
return (
- <BottomSheet ref={bottomSheetRef} onClosed={goBack}>
+ <BottomSheet onClosed={goBack}>
<UserProfile userInfo={userInfo} />
</BottomSheet>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 5:25 PM (17 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5933130
Default Alt Text
D9983.1768411519.diff (544 B)
Attached To
Mode
D9983: [native] remove unused user profile bottom sheet ref
Attached
Detach File
Event Timeline
Log In to Comment