Skip to content

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Nov 12, 2023
1 parent 5100d31 commit d4661fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/modals/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const Modal: React.FC<ModalProps> = ({
height={document.documentElement.scrollHeight}
/>
</ConfettiContainer>
) : null}
) : null}
<ModalContainer>
<TitleCenteredRow>
<button
Expand Down

0 comments on commit d4661fe

Please sign in to comment.