Skip to content

Commit

Permalink
we dont need brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaberry committed Jun 17, 2024
1 parent 83f73d2 commit 69f35dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MapList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function MapList({
ListItemContent={ListItemContent}
/>
) : (
<Alert className="mt-3" variant={"success"}>
<Alert className="mt-3" variant="success">
{noFeaturesMessage}
</Alert>
)}
Expand Down

0 comments on commit 69f35dc

Please sign in to comment.