mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-02-24 19:21:26 +01:00
Fix lint issues
This commit is contained in:
parent
338317803e
commit
ffbe3e2c4f
@ -31,7 +31,7 @@ const Pagination = ({
|
|||||||
<Link rel="next" to={nextPagePath} className={nextClassName}>{PAGINATION.NEXT_PAGE}</Link>
|
<Link rel="next" to={nextPagePath} className={nextClassName}>{PAGINATION.NEXT_PAGE}</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Pagination;
|
export default Pagination;
|
||||||
|
Loading…
Reference in New Issue
Block a user