mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 21:34:24 +00:00
chore: update button styles
This commit is contained in:
@@ -142,6 +142,7 @@ const WorkspaceDetail: React.FC = () => {
|
||||
{location.hash === "#shortcuts" && <ShortcutListView workspaceId={state.workspace.id} shortcutList={shortcutList} />}
|
||||
{location.hash === "#members" && (
|
||||
<MemberListView
|
||||
// enforce to re-fetch member list.
|
||||
key={Date.now()}
|
||||
workspaceId={state.workspace.id}
|
||||
workspaceUser={state.workspaceUser}
|
||||
|
Reference in New Issue
Block a user