Skip to content

Commit

Permalink
Refactor SafeGlobalsList component rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 9, 2023
1 parent 9e83862 commit 7aa1ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SafeGlobalsList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ items.sort(([a], [b]) => {
<!-- use the data to render a table for each group -->

{items.map(([parent, globals]) => (
<div>
<>
<h2>{parent}</h2>
<SafeGlobalsTable globals={globals} />
</div>
</>
))}


0 comments on commit 7aa1ef0

Please sign in to comment.