Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return (
<>
<h2>Groups</h2>
{
return {
...group,
createdDate: group.createdDate.toLocaleString(),
updatedDate: group.updatedDate.toLocaleString(),
isActive: group.isActive.toString()
};
})}
columns={columns}
layoutMode={DetailsListLayoutMode.justified}
/>
{data.isFetching && }
);
};
<div>
<header>
<h1>Rin</h1>
</header>
<div>
{!appStore.connected && (
<>
)}
</div>
</div>
);
}
}