mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Fix merge conflict
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user