`b.totalHoursBooked.toFixed(1)` would crash if Airtable ever returned null/undefined for the rollup field; coerce through Number() with 0 fallback. Also coerce nullable department/resourceName in the client- side filter check to ''. Flagged by the previous frontend audit as a follow-up risk. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||