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