Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cozy/cozy-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d6a29830c4d18848110650b8acd37a9bffb4c47
Choose a base ref
..
head repository: cozy/cozy-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7964f03d93ce4a003a12fab8a6a2060a7c4ca485
Choose a head ref
Showing with 4 additions and 3 deletions.
  1. +4 −3 react/ListItem/Readme.md
7 changes: 4 additions & 3 deletions react/ListItem/Readme.md
Original file line number Diff line number Diff line change
@@ -153,9 +153,10 @@ const files = [
metadata: {
number: 12345,
refTaxIncome: '153',
datetime: new Date(Date.now()).toISOString(),
referencedDate: new Date(Date.now()).toISOString(),
expirationDate: new Date(Date.now() + 10 * 24 * 60 * 60 * 1000).toISOString(),
datetime: '2024-01-11T12:00:00.000Z',
datetimeLabel: 'expirationDate',
referencedDate: '2024-01-01T12:00:00.000Z',
expirationDate: '2024-01-11T12:00:00.000Z',
noticePeriod: '30',
qualification: {
label: 'driver_license'