mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 18:20:59 +00:00
Fix strings and local sites
This commit is contained in:
@@ -113,7 +113,7 @@ export default function GeneralPage() {
|
||||
|
||||
return (
|
||||
<SettingsContainer>
|
||||
{site?.siteId && site?.orgId && (
|
||||
{site?.siteId && site?.orgId && site.type != "local" && (
|
||||
<UptimeAlertSection
|
||||
orgId={site.orgId}
|
||||
siteId={site.siteId}
|
||||
|
||||
Reference in New Issue
Block a user