TootBottomSheet: minor clean up

This commit is contained in:
thislight 2024-10-11 18:27:25 +08:00
parent f6c540a3ad
commit 56fc052788

View file

@ -62,9 +62,6 @@ const TootBottomSheet: Component = (props) => {
} }
); );
}; };
const profile = () => {
return session().account;
};
const pushedCount = () => { const pushedCount = () => {
return location.state?.tootBottomSheetPushedCount || 0; return location.state?.tootBottomSheetPushedCount || 0;