mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): lint
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user