fixing NaN in logbook entry table (#51)

This commit was merged in pull request #51.
This commit is contained in:
2025-02-24 18:15:32 +00:00
committed by GitHub
parent 0ff30e9761
commit 280067648f
5 changed files with 14 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",