From 7b24d1ae529083388b4e9a911d4942cfd29bfa42 Mon Sep 17 00:00:00 2001 From: Mikhail Petrov Date: Fri, 4 Apr 2025 13:01:11 +0300 Subject: [PATCH] web: Add renderAs property for bulma components, closes #136 Signed-off-by: Mikhail Petrov --- src/App.tsx | 2 +- src/Home.tsx | 3 +++ src/Load.tsx | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index a587e25..0cdf37b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -195,7 +195,7 @@ export const App = () => { renderAs="div" onClick={onLogout} > - + )} diff --git a/src/Home.tsx b/src/Home.tsx index 5252f25..d0fd917 100644 --- a/src/Home.tsx +++ b/src/Home.tsx @@ -184,6 +184,7 @@ const Home = ({ Select file(s) lifetime setLifetimeData(e.target.value)} value={lifetimeData} disabled={isLoading} @@ -196,6 +197,7 @@ const Home = ({