This commit is contained in:
miloschwartz
2025-04-11 20:21:43 -04:00
parent ec33fe5657
commit 2883d8c544

View File

@@ -90,7 +90,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
</> </>
)} )}
<InfoSection> <InfoSection>
<InfoSectionTitle>Visibilty</InfoSectionTitle> <InfoSectionTitle>Visibility</InfoSectionTitle>
<InfoSectionContent> <InfoSectionContent>
<span>{resource.enabled ? "Enabled" : "Disabled"}</span> <span>{resource.enabled ? "Enabled" : "Disabled"}</span>
</InfoSectionContent> </InfoSectionContent>