mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-28 06:44:40 +03:00
fix(booktable): memoized swap/fiat columns
This commit is contained in:
parent
0c8f7ee65a
commit
0c37767d68
@ -627,7 +627,7 @@ const BookTable = ({
|
||||
},
|
||||
},
|
||||
};
|
||||
}, []);
|
||||
}, [fav.mode]);
|
||||
|
||||
const filteredColumns = function (maxWidth: number) {
|
||||
const useSmall = maxWidth < 70;
|
||||
|
Loading…
Reference in New Issue
Block a user