Skip to content

Commit

Permalink
chore: npm run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Nov 16, 2023
1 parent 8c435b1 commit 78ba33c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ const DataFilesPreviewModal = () => {
<SectionMessage type="warning" className={styles['error-message']}>
{error}
</SectionMessage>
<Button className={styles.button} href={href} target={fileType === 'other' ? "" : "_blank"}>
<Button
className={styles.button}
href={href}
target={fileType === 'other' ? '' : '_blank'}
>
<i className="icon-exit" />
<span className="toolbar-button-text">Preview File</span>
</Button>
Expand Down

0 comments on commit 78ba33c

Please sign in to comment.