mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Remove unused gotosqueakpage function from squeak address page (#362)
This commit is contained in:
parent
304ef943d9
commit
014d55aaeb
1 changed files with 0 additions and 6 deletions
|
|
@ -41,11 +41,6 @@ export default function SqueakAddressPage() {
|
|||
history.push("/app/profile/" + profileId);
|
||||
};
|
||||
|
||||
const goToSqueakPage = (hash) => {
|
||||
history.push("/app/squeak/" + hash);
|
||||
};
|
||||
|
||||
|
||||
const handleClickOpenCreateContactProfileDialog = () => {
|
||||
setCreateContactProfileDialogOpen(true);
|
||||
};
|
||||
|
|
@ -103,7 +98,6 @@ export default function SqueakAddressPage() {
|
|||
<SqueakThreadItem
|
||||
hash={squeak.getSqueakHash()}
|
||||
key={squeak.getSqueakHash()}
|
||||
handleSqueakClick={() => goToSqueakPage(squeak.getSqueakHash())}
|
||||
squeak={squeak}>
|
||||
</SqueakThreadItem>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue