Skip to content

Commit 040f29c

Browse files
committed
fix missing key
1 parent f000f43 commit 040f29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ServiceRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const ServiceRow = (props: { service: Service; config: ExtensionConfig }) => {
283283
/>
284284
</ListItem>
285285
) : (
286-
<></>
286+
<React.Fragment key={index}></React.Fragment>
287287
)
288288
)}
289289
</List>

0 commit comments

Comments
 (0)