Skip to content

Commit

Permalink
no need for curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed May 31, 2024
1 parent dc63d86 commit ae5617b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/components/modals/GeoModal/GeoModal.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ const GeoModal = ({ isOpen, onClose }) => {
</div>

<div className={styles.controlButtons}>
<Button variant={'ghost'} onClick={onClose}>
<Button variant="ghost" onClick={onClose}>
Cancel
</Button>
<Button
leadingicon={<DownloadIcon />}
variant={'filled'}
variant="filled"
onClick={onSaveHandler}
>
Update Scene Location
Expand Down

0 comments on commit ae5617b

Please sign in to comment.