ЕП
Size: a a a
ЕП
BB
BB
ЕП
ЕП
BB
BB
АП

E

Д

И

DS

ЕИ

ВБ

АБ
AK
YA
MR
Ad
YM
const [buttonLabel, setButtonLabel] = useState({
label: 'Add Comments',
})
useEffect(() => {
if (window.innerWidth <= 575) {
setButtonLabel((prev) => {
return {
...prev,
label: 'Comments',
}
})
}
}, [buttonLabel])