mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 23:06:37 +00:00
Format all files
This commit is contained in:
@@ -17,7 +17,7 @@ export function ApiKeyProvider({ children, apiKey: ak }: ApiKeyProviderProps) {
|
||||
|
||||
const updateApiKey = (updatedApiKey: Partial<GetApiKeyResponse>) => {
|
||||
if (!apiKey) {
|
||||
throw new Error(t('apiKeysErrorNoUpdate'));
|
||||
throw new Error(t("apiKeysErrorNoUpdate"));
|
||||
}
|
||||
setApiKey((prev) => {
|
||||
if (!prev) {
|
||||
|
||||
Reference in New Issue
Block a user