chore(ui): lint

This commit is contained in:
psychedelicious 2024-01-04 00:53:05 +11:00 committed by Kent Keirsey
parent 31035b3e63
commit 21975d6268

View File

@ -35,7 +35,12 @@ const HotkeyListItem = (props: HotkeysModalProps) => {
</> </>
))} ))}
{index !== hotkeys.length - 1 && ( {index !== hotkeys.length - 1 && (
<InvText as="span" px={2} variant='subtext' fontWeight="semibold"> <InvText
as="span"
px={2}
variant="subtext"
fontWeight="semibold"
>
or or
</InvText> </InvText>
)} )}