Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed May 16, 2024
1 parent 9c59cca commit 31800f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components/DenoByExample/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function Index({ examplesList }) {
const lowerGroup = example.group.toLowerCase();

if (!acc[lowerGroup]) {
acc[lowerGroup] = [];
}
acc[lowerGroup] = [];
}

if (!groupMap.find(([category]) => category.toLowerCase() === lowerGroup)) {
groupMap.push([example.group.toLowerCase(), "IconFlag3"]);
Expand Down

0 comments on commit 31800f5

Please sign in to comment.