fix: show more/less values
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user