Skip to content

Commit

Permalink
Fix multi-PVM visual glitch (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkwiatek authored Dec 9, 2024
1 parent f9b10f9 commit a48eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MemoryPreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const MemoryCell = ({
<TooltipProvider>
<Tooltip delayDuration={0}>
<TooltipTrigger asChild>
<span>{numeralSystem ? "??" : "??? "}</span>
<span>{numeralSystem ? "??" : "???"}</span>
</TooltipTrigger>

<TooltipPortal>
Expand Down

0 comments on commit a48eb4d

Please sign in to comment.