fix image download not showing

This commit is contained in:
AykutSarac 2022-08-27 17:48:08 +03:00
parent bf262d8730
commit 8ea9cebba4
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ export const StyledTextWrapper = styled.div`
export const StyledText = styled.div<{
width: number;
height: number;
parent: boolean;
hideCollapse: boolean;
parent?: boolean;
hideCollapse?: boolean;
}>`
display: flex;
justify-content: center;

View File

@ -78,7 +78,7 @@ export const Tools: React.FC = () => {
</StyledToolElement>
{!performanceMode && <SearchInput />}
{!performance && (
{!performanceMode && (
<StyledToolElement
aria-label="save"
onClick={() => setDownloadVisible(true)}