+
Loading...
) : (
@@ -270,8 +270,7 @@ export default function donate(): JSX.Element {
page * rowsPerPage,
page * rowsPerPage + rowsPerPage,
)
- : /* istanbul ignore next */
- donations
+ : donations
).map((donation: InterfaceDonation, index) => {
const cardProps: InterfaceDonationCardProps = {
name: donation.nameOfUser,
@@ -297,10 +296,7 @@ export default function donate(): JSX.Element {