Skip to content

Commit

Permalink
fix: default error message
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jan 20, 2025
1 parent 3c6487b commit 637caff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/beacon-ui/src/components/pair-other/pair-other.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ const PairOther: Component<PairOtherProps> = (props: PairOtherProps) => {
onClickLearnMore={props.onClickLearnMore}
/>
)}
{uiState() !== 'selection' && !qrData() && (
<span style={{ color: '#FF4136' }} class="pair-other-info">
Not connected.
</span>
)}
</>
)
}
Expand Down

0 comments on commit 637caff

Please sign in to comment.