Comment the socket status for now

This commit is contained in:
Owen
2025-06-04 17:18:42 -04:00
parent 45a70152ee
commit 54aa3ce7d8

View File

@@ -70,7 +70,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
{resource.siteName} {resource.siteName}
</InfoSectionContent> </InfoSectionContent>
</InfoSection> </InfoSection>
{isEnabled && ( {/* {isEnabled && (
<InfoSection> <InfoSection>
<InfoSectionTitle>Socket</InfoSectionTitle> <InfoSectionTitle>Socket</InfoSectionTitle>
<InfoSectionContent> <InfoSectionContent>
@@ -87,7 +87,7 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) {
)} )}
</InfoSectionContent> </InfoSectionContent>
</InfoSection> </InfoSection>
)} )} */}
</> </>
) : ( ) : (
<> <>