Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 954a8d5

Browse files
committed
fix typo
1 parent 90ddadd commit 954a8d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/js/pages/auth/profile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ module.exports = (state, prev, send) => {
6464
</div>
6565
<div class="pa4 flex-auto">
6666
<h3 class="f5">
67-
${showPlaceholder ? placeholder() : html`<div>${username} has published ${numDats} dats<div>`}
67+
${showPlaceholder ? placeholder() : html`<div>${username} has published ${numDats} dats</div>`}
6868
</h3>
6969
${list(state.profile.dats, send)}
7070
</div>
71+
</div>
7172
</div>
72-
</div>`
73+
`
7374
}

0 commit comments

Comments
 (0)