Skip to content

Commit

Permalink
fix: fix end agent text display error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed Apr 3, 2023
1 parent 9755fbf commit be6df10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/storefront/src/components/B3MasquradeGobalTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const B3MasquradeGobalTip = (props: B3MasquradeGobalTipProps) => {
}}
onClick={() => endActing()}
>
END MASQURADE
END MASQUERADE
</Box>
)
}
Expand Down Expand Up @@ -249,7 +249,7 @@ export const B3MasquradeGobalTip = (props: B3MasquradeGobalTipProps) => {
}}
onClick={() => endActing()}
>
END MASQURADE
END MASQUERADE
</Box>

</Box>
Expand Down

0 comments on commit be6df10

Please sign in to comment.