From 867e7974847a9f1f0d4c6914080e06491dd1d5bb Mon Sep 17 00:00:00 2001 From: mrv777 Date: Fri, 11 Oct 2024 17:12:05 -0500 Subject: [PATCH] fix: Return 0 instead of error when no defaults --- src-tauri/tauri.conf.json | 2 +- src/components/Header.tsx | 2 +- src/lib/asicDefaults.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3c42ac6..91c8fc2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "BitHive", - "version": "0.1.0" + "version": "0.1.1" }, "tauri": { "allowlist": { diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 5f81d62..800e0f8 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -120,7 +120,7 @@ const Header: React.FC = () => { -