Skip to content

Commit

Permalink
actually add post mortem antemortem sample types
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSLane committed Sep 20, 2023
1 parent 2ad8ceb commit 5fcbf15
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function OEHeader(props) {
const [switchCollapsed, setSwitchCollapsed] = useState(true);
const userSwitchRef = createRef();
const headerPanelRef = createRef();
const componentMounted = createRef(false);
const intl = useIntl();

const panelSwitchLabel = () => {
Expand Down Expand Up @@ -96,7 +95,6 @@ function OEHeader(props) {
<div className="banner">
<h5>{BANNER_TEXT}</h5>
<p>
{" "}
<FormattedMessage id="header.label.version" /> &nbsp;{" "}
{releaseNumber}
</p>
Expand Down
Loading

0 comments on commit 5fcbf15

Please sign in to comment.