frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit d74c18aab9 - Show all commits

View file

@ -24,7 +24,7 @@ const ScrollTopButton: React.FC<IScrollTopButton> = ({
onClick,
count,
message,
threshold = 400,
threshold = 240,
autoloadThreshold = 50,
}) => {
const intl = useIntl();