don't trigger sync when changing tile layout
This commit is contained in:
parent
5cfa46d14d
commit
96e28aadf5
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ function ClaimListHeader(props: Props) {
|
|||
{tileLayout !== undefined && (
|
||||
<Button
|
||||
onClick={() => {
|
||||
doSetClientSetting(SETTINGS.TILE_LAYOUT, !tileLayout, true);
|
||||
doSetClientSetting(SETTINGS.TILE_LAYOUT, !tileLayout);
|
||||
}}
|
||||
button="alt"
|
||||
className="button-toggle"
|
||||
|
|
Loading…
Add table
Reference in a new issue