Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 3, 2023
1 parent 541395a commit bf88bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/JoeEmotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const EmoteTab = (props, context) => {
<Stack vertical mt={-2}>
<Divider />
{mapped_emote.map((item) => (
<Stack.Item key={item}>
<Stack.Item key={item.id}>
<Stack>
<span
style={{
Expand Down

0 comments on commit bf88bd0

Please sign in to comment.