mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
periodical fetching updates
This commit is contained in:
parent
32a2a0567e
commit
6c1f8967e8
8 changed files with 52 additions and 3 deletions
|
@ -35,6 +35,7 @@ const CommentWrapper: FC<IProps> = ({
|
|||
<div
|
||||
className={styles.thumb_image}
|
||||
style={{ backgroundImage: `url("${getURL(path(['photo'], user), PRESETS.avatar)}")` }}
|
||||
onClick={() => window.postMessage({ type: 'username', username: user.username }, '*')}
|
||||
/>
|
||||
<div className={styles.thumb_user}>~{path(['username'], user)}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue