don't trigger sync when changing tile layout

This commit is contained in:
Sean Yesmunt 2020-11-13 13:14:51 -05:00
parent 5cfa46d14d
commit 96e28aadf5

View file

@ -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"