From 2883d8c544249f5ba7e3a66d818be098eb295cb6 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 11 Apr 2025 20:21:43 -0400 Subject: [PATCH] fix typo --- .../[orgId]/settings/resources/[resourceId]/ResourceInfoBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/[resourceId]/ResourceInfoBox.tsx b/src/app/[orgId]/settings/resources/[resourceId]/ResourceInfoBox.tsx index 330e0b62..86916755 100644 --- a/src/app/[orgId]/settings/resources/[resourceId]/ResourceInfoBox.tsx +++ b/src/app/[orgId]/settings/resources/[resourceId]/ResourceInfoBox.tsx @@ -90,7 +90,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) { )} - Visibilty + Visibility {resource.enabled ? "Enabled" : "Disabled"}