🔧 Stats UI cleanup

This commit is contained in:
2022-02-16 09:34:43 -08:00
parent 36f41ef168
commit fe1b55a35d
3 changed files with 33 additions and 19 deletions

View File

@@ -99,9 +99,10 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
<Slider {...settings} ref={(c) => (sliderRef = c)}>
{!isNil(pullList) &&
pullList &&
map(pullList, (issue) => {
map(pullList, (issue, idx) => {
return (
<Card
key={idx}
orientation={"vertical"}
imageUrl={issue.cover}
hasDetails