Skip to content

Commit

Permalink
Linted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McMillen authored and Jeff McMillen committed Dec 12, 2024
1 parent 6398258 commit 8703aeb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ const DataFilesBreadcrumbs = ({
)}
</div>
{systemName && api === 'tapis' && (
<Button type="link" className={styles.modalButton} onClick={openFullPathModal}>
<Button
type="link"
className={styles.modalButton}
onClick={openFullPathModal}
>
View Full Path
</Button>
)}
Expand Down

0 comments on commit 8703aeb

Please sign in to comment.