Skip to content

Commit

Permalink
website: remove extraneous symbols from range-min-max example
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Apr 10, 2022
1 parent b4e84eb commit f104919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/examples/range.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function App() {
} else if (range.to) {
footer = (
<p>
{format(range.from, 'PPP')}${format(range.to, 'PPP')}`
{format(range.from, 'PPP')}{format(range.to, 'PPP')}
</p>
);
}
Expand Down

0 comments on commit f104919

Please sign in to comment.