Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CallHistoryExternalUser = ({ number, showIcon = true }: CallHistoryExterna
<Icon name='phone' size={20} />
</Box>
)}
<Box>{number.startsWith('+') ? number : `+${number}`}</Box>
<Box>{number}</Box>
</Box>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ exports[`renders ExternalContact without crashing 1`] = `
<div
class="rcx-box rcx-box--full"
>
+1234567890
1234567890
</div>
</div>
</div>
Expand Down
Loading