Fix: Button needs type
This commit is contained in:
parent
262eef8415
commit
1ef85ee0ee
@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
<GlowFX borderRadius={18} opacity={0.7} style="flex: 1;">
|
<GlowFX borderRadius={18} opacity={0.7} style="flex: 1;">
|
||||||
<div class="postCardOutline" style={opened ? "opacity: 0.0;" : "opacity: 1.0;"}>
|
<div class="postCardOutline" style={opened ? "opacity: 0.0;" : "opacity: 1.0;"}>
|
||||||
<button class="postCard" on:click={() => {dispatch('previewPost', {post: post});}}>
|
<button type="button" class="postCard" on:click={() => {dispatch('previewPost', {post: post});}}>
|
||||||
<div class="mentionBar">
|
<div class="mentionBar">
|
||||||
<Mention user={post.author}></Mention>
|
<Mention user={post.author}></Mention>
|
||||||
<span class="dot typeContent">•</span>
|
<span class="dot typeContent">•</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user