mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00: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 filteredColumns = function (maxWidth: number) {
|
||||||
const useSmall = maxWidth < 70;
|
const useSmall = maxWidth < 70;
|
||||||
|
Loading…
Reference in New Issue
Block a user