diff --git a/src/routes/console/project-[project]/functions/function-[function]/executions/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/executions/+page.svelte index 0b14ea74fc..8286bde0c0 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/executions/+page.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/executions/+page.svelte @@ -13,7 +13,7 @@ TableRowButton, TableScroll } from '$lib/elements/table'; - import { timeFromNow } from '$lib/helpers/date'; + import { hoursToDays, timeFromNow } from '$lib/helpers/date'; import { calculateTime } from '$lib/helpers/timeConversion'; import { Container, ContainerHeader } from '$lib/layout'; import { log } from '$lib/stores/logs'; @@ -62,7 +62,7 @@ {abbreviateNumber(limit)} function executions