1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed tag autocomplete behaviour

This commit is contained in:
Fedor Katurov 2022-01-09 19:55:02 +07:00
parent 9dc83b0db8
commit 85d20e5009
8 changed files with 25 additions and 20 deletions

View file

@ -42,7 +42,7 @@ const NodeLayout: FC<IProps> = () => {
title={node.title}
username={node.user?.username}
likeCount={node?.like_count || 0}
isHeroic={!!node.is_promoted}
isHeroic={!!node.is_heroic}
isLiked={!!node.is_liked}
isLocked={!!node.deleted_at}
isLoading={isLoading}