fix: show more/less values

This commit is contained in:
Michael Zetterberg
2024-10-17 16:36:02 +02:00
parent c15886c361
commit fe5256fa1e

View File

@@ -16,8 +16,8 @@ export default function ShowMoreButton({
intent,
disabled,
showLess,
textShowMore = "Show less",
textShowLess = "Show more",
textShowMore = "Show more",
textShowLess = "Show less",
loadMoreData,
}: ShowMoreButtonProps) {
const intl = useIntl()