kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
refactor: remove irrelevant type assertion
rodzic
daff662210
commit
93a464d210
|
@ -47,7 +47,7 @@ const ZapsModal: React.FC<IZapsModal> = ({ onClose, statusId }) => {
|
|||
|
||||
const handleLoadMore = () => {
|
||||
if (next) {
|
||||
dispatch(expandZaps(statusId, next!));
|
||||
dispatch(expandZaps(statusId, next));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue