Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samples page with processing information #784

Merged
merged 20 commits into from
Dec 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
usa date format
arielsvn committed Nov 8, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 217e9923f8fb7cb152f0835c3f47f6c90510ec83
2 changes: 1 addition & 1 deletion src/pages/Sample/SampleDebug.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ import './sample.scss';
import SampleDebugContext, { SampleDebugProvider } from './SampleDebugContext';
import Checkbox from '../../components/Checkbox';

const DATE_FORMAT = 'DD/MM/YYYY HH:mm';
const DATE_FORMAT = 'MM/DD/YYYY HH:mm';

export default function SampleDebug({ accessionCode }) {
return (