mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Fix merge conflict
This commit is contained in:
parent
f022315d11
commit
cec193b93a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default function Component({ service }) {
|
||||||
<Block label="radarr.wanted" value={moviesData.wanted} />
|
<Block label="radarr.wanted" value={moviesData.wanted} />
|
||||||
<Block label="radarr.missing" value={moviesData.missing} />
|
<Block label="radarr.missing" value={moviesData.missing} />
|
||||||
<Block label="radarr.queued" value={queuedData.totalCount} />
|
<Block label="radarr.queued" value={queuedData.totalCount} />
|
||||||
<Block label="radarr.movies" value={moviesData.all} />
|
<Block label="radarr.movies" value={moviesData.have} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue