We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b45d49 + 7bafde8 commit b4375f6Copy full SHA for b4375f6
src/views/home/Home.jsx
@@ -289,7 +289,7 @@ const TenantDashboard = () => {
289
{organization.verifiedDomains?.slice(0, 3).map((item, idx) => (
290
<li key={idx}>{item.name}</li>
291
))}
292
- {organization.verifiedDomains?.length > 5 && (
+ {organization.verifiedDomains?.length > 3 && (
293
<>
294
<CCollapse visible={domainVisible}>
295
{organization.verifiedDomains?.slice(3).map((item, idx) => (
0 commit comments