Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32884833
D6200.1768161420.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6200.1768161420.diff
View Options
diff --git a/native/navigation/community-drawer-content.react.js b/native/navigation/community-drawer-content.react.js
--- a/native/navigation/community-drawer-content.react.js
+++ b/native/navigation/community-drawer-content.react.js
@@ -37,7 +37,7 @@
const navigateToThread = useNavigateToThread();
const childThreadInfosMap = useSelector(childThreadInfos);
- const setOpenCommunnityOrClose = React.useCallback((index: string) => {
+ const setOpenCommunityOrClose = React.useCallback((index: string) => {
setOpenCommunity(open => (open === index ? null : index));
}, []);
@@ -53,13 +53,13 @@
<CommunityDrawerItemCommunity
key={item.key}
itemData={itemData}
- toggleExpanded={setOpenCommunnityOrClose}
+ toggleExpanded={setOpenCommunityOrClose}
expanded={itemData.threadInfo.id === openCommunity}
navigateToThread={navigateToThread}
/>
);
},
- [navigateToThread, openCommunity, setOpenCommunnityOrClose],
+ [navigateToThread, openCommunity, setOpenCommunityOrClose],
);
const labelStylesObj = useStyles(labelUnboundStyles);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 11, 7:57 PM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5920057
Default Alt Text
D6200.1768161420.diff (1 KB)
Attached To
Mode
D6200: [native] Fix typo in native/navigation/community-drawer-content.react.js
Attached
Detach File
Event Timeline
Log In to Comment