aboutsummaryrefslogtreecommitdiff
path: root/src/main/DeviceList.jsx
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-07-02 22:15:01 -0600
committerIván Ávalos <avalos@disroot.org>2024-07-02 22:15:01 -0600
commitf574d9c1c9fa89788838faf0b1a39a0e7d4c6755 (patch)
tree100a5610cf7f603ba607b58fa3bffc69b54125aa /src/main/DeviceList.jsx
parent5f064d0a7743abdd9ffe645de1ffd55bb5c4f72f (diff)
downloadtrackermap-web-f574d9c1c9fa89788838faf0b1a39a0e7d4c6755.tar.gz
trackermap-web-f574d9c1c9fa89788838faf0b1a39a0e7d4c6755.tar.bz2
trackermap-web-f574d9c1c9fa89788838faf0b1a39a0e7d4c6755.zip
Re-add position details to DeviceRow, this time statically
Diffstat (limited to 'src/main/DeviceList.jsx')
-rw-r--r--src/main/DeviceList.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/DeviceList.jsx b/src/main/DeviceList.jsx
index ce5819b2..b6e48b53 100644
--- a/src/main/DeviceList.jsx
+++ b/src/main/DeviceList.jsx
@@ -53,7 +53,7 @@ const DeviceList = ({ devices }) => {
height={height}
itemCount={devices.length}
itemData={devices}
- itemSize={72}
+ itemSize={155}
overscanCount={10}
innerRef={listInnerEl}
>