chore(scaffolder): can remove the exclamation as it's already inferred

This commit is contained in:
blam
2020-07-19 23:08:27 +02:00
parent 4426799a08
commit 5c3c81517d
@@ -103,7 +103,7 @@ export const ScaffolderPage: React.FC<{}> = () => {
<Grid container>
{templates &&
templates?.length > 0 &&
templates!.map(template => {
templates.map(template => {
return (
<Grid item xs={12} sm={6} md={3}>
<TemplateCard {...getTemplateCardProps(template)} />