mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
Format all files
This commit is contained in:
@@ -20,7 +20,7 @@ export function SiteProvider({
|
||||
|
||||
const updateSite = (updatedSite: Partial<GetSiteResponse>) => {
|
||||
if (!site) {
|
||||
throw new Error(t('siteErrorNoUpdate'));
|
||||
throw new Error(t("siteErrorNoUpdate"));
|
||||
}
|
||||
setSite((prev) => {
|
||||
if (!prev) {
|
||||
|
||||
Reference in New Issue
Block a user