mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
interface: ensure that we display the correct ship name and do not
retain stale state
This commit is contained in:
parent
9b7ba4392d
commit
b363106ea4
@ -266,7 +266,7 @@ export const MessageWithSigil = (props) => {
|
||||
};
|
||||
const timer = setTimeout(() => resetDisplay(), 800);
|
||||
return () => clearTimeout(timer);
|
||||
}, [displayName]);
|
||||
}, [shipName, displayName]);
|
||||
|
||||
const img =
|
||||
contact && contact.avatar !== null ? (
|
||||
|
Loading…
Reference in New Issue
Block a user