mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix image download not showing
This commit is contained in:
parent
bf262d8730
commit
8ea9cebba4
@ -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;
|
||||
|
@ -78,7 +78,7 @@ export const Tools: React.FC = () => {
|
||||
</StyledToolElement>
|
||||
{!performanceMode && <SearchInput />}
|
||||
|
||||
{!performance && (
|
||||
{!performanceMode && (
|
||||
<StyledToolElement
|
||||
aria-label="save"
|
||||
onClick={() => setDownloadVisible(true)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user