Skip to content

Commit

Permalink
Oof
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Jun 16, 2021
1 parent c532f54 commit d808c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ interface MeetingHudProps {
}

const MeetingHud: React.FC<MeetingHudProps> = ({ voiceState, gameState, playerColors }: MeetingHudProps) => {
let [windowWidth, windowheight] = useWindowSize();
let [width, height] = useMemo(() => {
const [windowWidth, windowheight] = useWindowSize();
const [width, height] = useMemo(() => {
if (gameState.oldMeetingHud) {
let hudWidth = 0,
hudHeight = 0;
Expand Down

0 comments on commit d808c31

Please sign in to comment.