Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 17, 2024
1 parent 79e1683 commit ea766a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ export default function LayerInfoModal(props: LayerInfoModalProps) {
const handleButtonClick = () => {
close();
if (onNavigation) {
onNavigation(dataCatalogPage)
onNavigation(dataCatalogPage);
}
};

return (
<DatasetModal
id='modal'
Expand Down

0 comments on commit ea766a1

Please sign in to comment.