Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3357651
D3542.id10793.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
752 B
Referenced Files
None
Subscribers
None
D3542.id10793.diff
View Options
diff --git a/web/chat/chat-thread-list-see-more-sidebars.react.js b/web/chat/chat-thread-list-see-more-sidebars.react.js
--- a/web/chat/chat-thread-list-see-more-sidebars.react.js
+++ b/web/chat/chat-thread-list-see-more-sidebars.react.js
@@ -28,11 +28,11 @@
<a className={css.threadButton}>
<div className={css.threadRow}>
<div
- className={classNames([
- css.sidebarTitle,
- css.seeMoreButton,
- unread ? css.unread : null,
- ])}
+ className={classNames({
+ [css.sidebarTitle]: true,
+ [css.seeMoreButton]: true,
+ [css.unread]: unread,
+ })}
>
{buttonText}
</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 12:50 AM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577819
Default Alt Text
D3542.id10793.diff (752 B)
Attached To
Mode
D3542: [web] Refactor `classNames` in `threadRow` to take object instead of array
Attached
Detach File
Event Timeline
Log In to Comment