mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-29 22:41:44 +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>({
|
dis.dispatch<OpenSpacePreferencesPayload>({
|
||||||
action: Action.OpenSpacePreferences,
|
action: Action.OpenSpacePreferences,
|
||||||
space,
|
space,
|
||||||
initialTabId,
|
initialTabId,
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user