Skip to content

Commit

Permalink
fix missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
hguerrero committed Feb 5, 2024
1 parent f000f43 commit 040f29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ServiceRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const ServiceRow = (props: { service: Service; config: ExtensionConfig }) => {
/>
</ListItem>
) : (
<></>
<React.Fragment key={index}></React.Fragment>
)
)}
</List>
Expand Down

0 comments on commit 040f29c

Please sign in to comment.