You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
Fixed lint error and background for poster select
This commit is contained in:
@@ -14,9 +14,6 @@ interface ErrorBoundaryErrorProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ErrorBoundaryError(props: ErrorBoundaryErrorProps) {
|
function ErrorBoundaryError(props: ErrorBoundaryErrorProps) {
|
||||||
const t1 = 1;
|
|
||||||
const t2 = 2;
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
className = styles.container,
|
className = styles.container,
|
||||||
messageClassName = styles.message,
|
messageClassName = styles.message,
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
width: 18px;
|
width: 20px;
|
||||||
height: 18px;
|
height: 20px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--defaultColor);
|
background-color: var(--defaultColor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user