mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-28 14:01:16 +01:00
Convert function back to arrow function for consistency
This commit is contained in:
parent
71b356a9a4
commit
087c15171b
@ -165,10 +165,10 @@ export const bulkSpaceBehaviour = async (
|
||||
}
|
||||
};
|
||||
|
||||
export function showSpacePreferences(space: Room, initialTabId?: SpacePreferenceTab) {
|
||||
export const showSpacePreferences = (space: Room, initialTabId?: SpacePreferenceTab) => {
|
||||
dis.dispatch<OpenSpacePreferencesPayload>({
|
||||
action: Action.OpenSpacePreferences,
|
||||
space,
|
||||
initialTabId,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user