From 74336d13639afdd848b8c41cda35ae55b60ef58b Mon Sep 17 00:00:00 2001 From: Tai Dupree Date: Mon, 14 Dec 2020 22:37:46 -0800 Subject: [PATCH] fix typo --- superset-frontend/src/views/CRUD/alert/AlertList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/views/CRUD/alert/AlertList.tsx b/superset-frontend/src/views/CRUD/alert/AlertList.tsx index 3fc915adee533..4fc98727cf3f9 100644 --- a/superset-frontend/src/views/CRUD/alert/AlertList.tsx +++ b/superset-frontend/src/views/CRUD/alert/AlertList.tsx @@ -215,7 +215,7 @@ function AlertList({ }, }: any) => ( - {crontab_humanized}, + {crontab_humanized} ), },