chore(ui): lint

This commit is contained in:
psychedelicious
2025-04-22 20:16:46 +10:00
parent d802f8e7fb
commit 75ec36bf9a

View File

@@ -58,7 +58,7 @@ const DefaultGroupComponent = typedMemo(
);
DefaultGroupComponent.displayName = 'DefaultGroupComponent';
export const NoOptionsFallbackWrapper = typedMemo(({ children }: PropsWithChildren) => {
const NoOptionsFallbackWrapper = typedMemo(({ children }: PropsWithChildren) => {
const { t } = useTranslation();
return (
<Flex w="full" h="full" alignItems="center" justifyContent="center">
@@ -72,7 +72,7 @@ export const NoOptionsFallbackWrapper = typedMemo(({ children }: PropsWithChildr
});
NoOptionsFallbackWrapper.displayName = 'NoOptionsFallbackWrapper';
export const NoMatchesFallbackWrapper = typedMemo(({ children }: PropsWithChildren) => {
const NoMatchesFallbackWrapper = typedMemo(({ children }: PropsWithChildren) => {
const { t } = useTranslation();
return (
<Flex w="full" h="full" alignItems="center" justifyContent="center">