🐛 fix(GenericNode/index.tsx): fix tooltip content to display "Building..." when isBuilding flag is true
This commit is contained in:
parent
6aac7e8e80
commit
1fbc897cfa
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,9 @@ export default function GenericNode({
|
|||
<div>
|
||||
<Tooltip
|
||||
title={
|
||||
!validationStatus ? (
|
||||
isBuilding ? (
|
||||
<span>Building...</span>
|
||||
) : !validationStatus ? (
|
||||
<span className="flex">
|
||||
Build{" "}
|
||||
<Zap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue