Fix reported time date (#2338)

Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
Ruslan Bayandinov 2022-10-31 13:01:01 +07:00 committed by GitHub
parent 5426a06346
commit 242b3dc96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@
showNavigate={false}
/>
<EstimationPresenter value={report.value} />
<DatePresenter value={report.modifiedOn} />
<DatePresenter value={report.date} />
</div>
</div>
</svelte:fragment>