TootBottomSheet: minor clean up
This commit is contained in:
parent
cd38eeb89a
commit
0b4eb761ad
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue