diff --git a/frontend/src/Components/Error/ErrorBoundaryError.tsx b/frontend/src/Components/Error/ErrorBoundaryError.tsx index e19575b47..5a56d34ec 100644 --- a/frontend/src/Components/Error/ErrorBoundaryError.tsx +++ b/frontend/src/Components/Error/ErrorBoundaryError.tsx @@ -14,9 +14,6 @@ interface ErrorBoundaryErrorProps { } function ErrorBoundaryError(props: ErrorBoundaryErrorProps) { - const t1 = 1; - const t2 = 2; - const { className = styles.container, messageClassName = styles.message, diff --git a/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css b/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css index 953adae0e..d827a82b7 100644 --- a/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css +++ b/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css @@ -11,8 +11,8 @@ position: absolute; top: 8px; left: 8px; - width: 18px; - height: 18px; + width: 20px; + height: 20px; border-radius: 50%; background-color: var(--defaultColor); }