mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: typo
This commit is contained in:
parent
b89c73a509
commit
416dd1b528
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue