TootBottomSheet: minor clean up

This commit is contained in:
thislight 2024-10-11 18:27:25 +08:00
parent 7181fdf154
commit d82b32732c
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

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