Skip to content

Commit 492535d

Browse files
prettification
1 parent adf28af commit 492535d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/tenant/administration/TenantLookup.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ const GraphExplorer = () => {
122122
<CCol sm={12} md={4} className="mb-3">
123123
<p className="fw-lighter">Tenant Name</p>
124124
{graphrequest.isFetching && <Skeleton />}
125-
{graphrequest.data?.GraphRequest?.displayName}
125+
{graphrequest.data?.GraphRequest?.displayName
126+
? graphrequest.data?.GraphRequest?.displayName
127+
: 'Could not find tenant - Is this a M365 domain name?'}
126128
</CCol>
127129
<CCol sm={12} md={4} className="mb-3">
128130
<p className="fw-lighter">Tenant ID</p>

0 commit comments

Comments
 (0)