This commit is contained in:
cupcakearmy 2021-11-23 14:13:09 +01:00
parent 4c0a60b14a
commit b719d12b93
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const buttons = [
{ label: '1 minute', duration: dayjs.duration({ minutes: 1 }) },
{ label: '5 minutes', duration: dayjs.duration({ minutes: 5 }) },
{ label: '15 minutes', duration: dayjs.duration({ minutes: 15 }) },
{ label: '1 hours', duration: dayjs.duration({ hours: 1 }) },
{ label: '1 hour', duration: dayjs.duration({ hours: 1 }) },
]
export function dismiss(duration) {