Skip to content

Commit

Permalink
Remove status panel
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Nov 18, 2022
1 parent 590778e commit 5d679b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
38 changes: 0 additions & 38 deletions src/modules/otus/components/Panel/PanelStatus/PanelStatus.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/modules/otus/components/TaxaInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/>
</span>
</h1>
{{ taxon.status }}
<h2 class="text-1xl">
<CommonNames :otu-id="props.otuId" />
</h2>
Expand Down
2 changes: 0 additions & 2 deletions src/modules/otus/constants/overviewLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import PanelCitations from '../components/Panel/PanelCitation/PanelCitation.vue'
import PanelMap from '../components/Panel/PanelMap/PanelMap.vue'
import PanelDescendants from '../components/Panel/PanelDescendants/Descendants.vue'
import PanelContent from '../components/Panel/PanelContent/PanelContent.vue'
import PanelStatus from '../components/Panel/PanelStatus/PanelStatus.vue'

export const overviewLayout = {
left: [
{ component: PanelStatus },
{ component: PanelGallery },
{
component: PanelTypeSpecimen,
Expand Down

0 comments on commit 5d679b5

Please sign in to comment.