diff options
Diffstat (limited to 'frontend/src/pages/Series/index.tsx')
-rw-r--r-- | frontend/src/pages/Series/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Series/index.tsx b/frontend/src/pages/Series/index.tsx index 6dfe07230..139ad3a46 100644 --- a/frontend/src/pages/Series/index.tsx +++ b/frontend/src/pages/Series/index.tsx @@ -106,7 +106,7 @@ const SeriesView: FunctionComponent = () => { }, { title: original.title, - } + }, ) } icon={faWrench} @@ -115,7 +115,7 @@ const SeriesView: FunctionComponent = () => { }, }, ], - [mutation] + [mutation], ); useDocumentTitle("Series - Bazarr"); |