mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 03:36:37 +00:00
fix typo
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user