Page MenuHomePhabricator

D9983.diff
No OneTemporary

D9983.diff

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

Mime Type
text/plain
Expires
Sat, Sep 21, 6:19 AM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2158948
Default Alt Text
D9983.diff (544 B)

Event Timeline