Skip to content
Snippets Groups Projects
Commit 7c59b7af authored by David Mendez's avatar David Mendez
Browse files

Fix layout of synonyms and target classifications

parent d137c20e
No related branches found
No related tags found
1 merge request!10Fix some bugs with images and null values
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<v-tabs show-arrows :vertical="makeTabsVertical"> <v-tabs show-arrows :vertical="makeTabsVertical">
<v-tab> Compounds </v-tab> <v-tab> Compounds </v-tab>
<v-tab> Targets </v-tab> <v-tab> Targets </v-tab>
<v-tab> Heatmap </v-tab>
<v-tab-item> <CompoundsResults /> </v-tab-item> <v-tab-item> <CompoundsResults /> </v-tab-item>
<v-tab-item> <TargetsResults /> </v-tab-item> <v-tab-item> <TargetsResults /> </v-tab-item>
<v-tab-item> <HeatmapResults /> </v-tab-item> <v-tab-item> <HeatmapResults /> </v-tab-item>
......
Subproject commit 45ca7d0e6680285eed746345a713e6858d50ae37 Subproject commit 28f28cd2cafd89687a170b5a9191b1ed8199c026
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment