fix dialog not showing up (#87)

This commit is contained in:
aleka
2023-10-19 07:16:13 -07:00
committed by GitHub
parent 2a794f9459
commit 82d32a91a9
2 changed files with 2 additions and 1 deletions
@@ -264,7 +264,6 @@ const Styled: Record<string, AnyStyledComponent> = {};
Styled.StatusCardsContainer = styled.div`
display: grid;
margin-top: 1rem;
gap: 1rem;
`;