From d02a84bb3de324949645fba17c507c9b5756e573 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Mon, 29 Apr 2024 11:52:57 -0400 Subject: [PATCH] docs: updated jsx and removed redundant comment --- docs/docs/components/calendar-input.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/docs/components/calendar-input.md b/docs/docs/components/calendar-input.md index 4c078ba853..607a3af15d 100644 --- a/docs/docs/components/calendar-input.md +++ b/docs/docs/components/calendar-input.md @@ -115,14 +115,11 @@ Ethiopic calendar (with narrow day names, short day names and localised to Engli -The wrapper is a custom component that wraps the calendar and input field. It is not part of the library. This component is called `CalendarDemo` in our code, and can be found in the [source code](https://github.com/dhis2/ui/blob/08c3e684970437048179179d8cfad5e2edcfc814/docs/src/components/CalendarDemo.jsx#L6). - The Gregorian with initial date is then generated with this code. ```jsx -