Update dark mode, fix chat message time stamp, fix rendering for new message

This commit is contained in:
sabaimran
2024-07-09 20:50:20 +05:30
parent 0c6b6de09e
commit 998e2aec30
5 changed files with 49 additions and 53 deletions

View File

@@ -102,7 +102,6 @@ function GenericOnlineReferenceCard(props: OnlineReferenceCardProps) {
const [isHovering, setIsHovering] = useState(false);
if (!props.link) {
console.log("invalid link", props);
return null;
}