Skip to content

Commit 686f725

Browse files
prettier
1 parent b79864f commit 686f725

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-indexes/src/components/indexes

1 file changed

+1
-1
lines changed

packages/compass-indexes/src/components/indexes/indexes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const AtlasIndexesBanner = ({ namespace }: { namespace: string }) => {
5959
DISMISSED_SEARCH_INDEXES_BANNER_LOCAL_STORAGE_KEY,
6060
false
6161
);
62-
62+
6363
if (!atlasMetadata || dismissed) {
6464
return null;
6565
}

0 commit comments

Comments
 (0)