style: remove a extra dangling comma (#176)

This commit is contained in:
Yash Joshi 2021-06-15 00:42:59 +05:30 committed by GitHub
parent 88082c1278
commit c9c6ccc687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,6 @@ const interval = [
label: "Hours", label: "Hours",
applicableOn: [timeDaysOptions[2], timeDaysOptions[1]], applicableOn: [timeDaysOptions[2], timeDaysOptions[1]],
}, },
,
]; ];
const _UsageExplorer = (props: UsageExplorerProps) => { const _UsageExplorer = (props: UsageExplorerProps) => {