Skip to content

Commit

Permalink
use special character for ...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed May 13, 2024
1 parent 3d034be commit 27d501e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function ChartsLoadingOverlay(props: CommonOverlayProps) {

return (
<StyledText x={left + width / 2} y={top + height / 2} {...other}>
{message ?? 'Loading data ...'}
{message ?? 'Loading data'}
</StyledText>
);
}

0 comments on commit 27d501e

Please sign in to comment.