Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3407607
D8264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
443 B
Referenced Files
None
Subscribers
None
D8264.diff
View Options
diff --git a/web/avatars/edit-user-avatar.react.js b/web/avatars/edit-user-avatar.react.js
--- a/web/avatars/edit-user-avatar.react.js
+++ b/web/avatars/edit-user-avatar.react.js
@@ -30,7 +30,7 @@
{userAvatarSaveInProgress ? loadingSpinner : null}
</div>
<UserAvatar userID={userID} size="profile" />
- <EditUserAvatarMenu />
+ {!userAvatarSaveInProgress ? <EditUserAvatarMenu /> : null}
</div>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 6:57 AM (6 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2616313
Default Alt Text
D8264.diff (443 B)
Attached To
Mode
D8264: [web] Hide `EditUserAvatarMenu` when `userAvatarSaveInProgress`
Attached
Detach File
Event Timeline
Log In to Comment