diff --git a/app/utils/sendDeviceInfor.ts b/app/utils/sendDeviceInfor.ts index 05674c2..a7ed675 100644 --- a/app/utils/sendDeviceInfor.ts +++ b/app/utils/sendDeviceInfor.ts @@ -53,7 +53,7 @@ export const sendDeviceInfora = async () => { linesInventory[index], linesInventory[index + 1] ); - let backgroundColor = index%2===0?"rgb(200 200 200 / 39%)":"white" + let backgroundColor = "rgb(200 200 200 / 39%)" const showInventory = []; let check = true; let begin = 0;