FIX: $isActive is a required property of FileMenuWrapper
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
77bb7ebe0e
commit
107fc99409
@@ -192,7 +192,7 @@ const MenuItemWrapper = styled(MenuItem)`
|
||||
height: 32px;
|
||||
`;
|
||||
|
||||
const FileMenuWrapper = styled.button<{ $isActive?: boolean }>`
|
||||
const FileMenuWrapper = styled.button<{ $isActive: boolean }>`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user