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, intent,
disabled, disabled,
showLess, showLess,
textShowMore = "Show less", textShowMore = "Show more",
textShowLess = "Show more", textShowLess = "Show less",
loadMoreData, loadMoreData,
}: ShowMoreButtonProps) { }: ShowMoreButtonProps) {
const intl = useIntl() const intl = useIntl()