mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
firmware/alerts/FlashProgress: fix <div> cannot be child of <p>
This commit is contained in:
@@ -35,9 +35,7 @@ const FlashProgress: React.VoidFunctionComponent<FlashProgressProps> = ({
|
||||
</p>
|
||||
)}
|
||||
|
||||
<p>
|
||||
<ProgressBar value={progress} />
|
||||
</p>
|
||||
<ProgressBar value={progress} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user