aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Series/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Series/index.tsx')
-rw-r--r--frontend/src/pages/Series/index.tsx4
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");