Format code
This commit is contained in:
@@ -22,6 +22,6 @@ import { useRoomState } from "./useRoomState";
|
||||
export function useRoomAvatar(room: Room): string | null {
|
||||
return useRoomState(
|
||||
room,
|
||||
useCallback(() => room.getMxcAvatarUrl(), [room])
|
||||
useCallback(() => room.getMxcAvatarUrl(), [room]),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user