mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
remove text and fix lint
This commit is contained in:
@@ -170,9 +170,7 @@ const SigninButton = (props: ButtonProps) => {
|
||||
colorScheme={buttonColorScheme}
|
||||
color="white"
|
||||
{...props}
|
||||
>
|
||||
Continue with Email
|
||||
</Button>
|
||||
></Button>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
// https://github.com/ts-essentials/ts-essentials/blob/25cae45c162f8784e3cdae8f43783d0c66370a57/lib/types.ts#L437
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export type ElementOf<T extends readonly any[]> = T extends readonly (infer ET)[] ? ET : never;
|
||||
|
||||
Reference in New Issue
Block a user