Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai committed Dec 15, 2020
1 parent 301165d commit 74336d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/alert/AlertList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function AlertList({
},
}: any) => (
<Tooltip title={crontab_humanized} placement="topLeft">
<span>{crontab_humanized}</span>,
<span>{crontab_humanized}</span>
</Tooltip>
),
},
Expand Down

0 comments on commit 74336d1

Please sign in to comment.