mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 19:25:47 +03:00
Fix Preact wrongly rearrange the elements
This commit is contained in:
parent
c1588322aa
commit
cd57e97e2b
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ function AccountStatuses() {
|
||||||
to={`/${instance}/a/${id}`}
|
to={`/${instance}/a/${id}`}
|
||||||
class="insignificant filter-clear"
|
class="insignificant filter-clear"
|
||||||
title="Clear filters"
|
title="Clear filters"
|
||||||
|
key="clear-filters"
|
||||||
>
|
>
|
||||||
<Icon icon="x" size="l" />
|
<Icon icon="x" size="l" />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in a new issue