mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-22 05:24:09 +02:00
♻️ const instead of let
This commit is contained in:
@@ -376,7 +376,7 @@ export default function SitesTable({
|
||||
cell: ({ row }) => {
|
||||
const originalRow = row.original;
|
||||
|
||||
let updateAvailable = Boolean(
|
||||
const updateAvailable = Boolean(
|
||||
latestNewtVersion &&
|
||||
originalRow.newtVersion &&
|
||||
semver.valid(originalRow.newtVersion) &&
|
||||
|
||||
Reference in New Issue
Block a user