From 416dd1b5280f1455d311959a08884f3f80f8b547 Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:32:46 +0200 Subject: [PATCH] refactor: typo --- src/common/LibItem/LibItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/LibItem/LibItem.js b/src/common/LibItem/LibItem.js index 870690e2e..0b8e55c0e 100644 --- a/src/common/LibItem/LibItem.js +++ b/src/common/LibItem/LibItem.js @@ -8,7 +8,7 @@ const { t } = require('i18next'); const LibItem = ({ _id, removable, notifications, watched, ...props }) => { - const OPTIONS = React.useMemo( () => [ + const OPTIONS = React.useMemo(() => [ { label: 'LIBRARY_PLAY', value: 'play' }, { label: 'LIBRARY_DETAILS', value: 'details' }, { label: 'LIBRARY_RESUME_DISMISS', value: 'dismiss' },