diff --git a/cateditor/src/components/CatalogList.vue b/cateditor/src/components/CatalogList.vue
index 28aa5fb..304356b 100644
--- a/cateditor/src/components/CatalogList.vue
+++ b/cateditor/src/components/CatalogList.vue
@@ -47,15 +47,6 @@
class="scroll-area"
@click:row="selectCatalog"
>
-
-
| Season master | -|
| Season | {{ selectedCatalog.seasonCode }} | @@ -230,13 +208,6 @@ export default { search: '', interval: null, myHeaders: [ - { - text: '', - align: 'center', - value: 'master', - width: '1%', - class: 'pa-0', - }, { text: 'Season', value: 'seasonCode', @@ -262,13 +233,6 @@ export default { }, ], pubHeaders: [ - { - text: '', - align: 'center', - value: 'master', - width: '1%', - class: 'pa-0', - }, { text: 'Season', align: 'left', @@ -293,7 +257,7 @@ export default { { text: 'Updated', value: 'updated', - width: '20%', + width: '25%', class: 'px-2 py-0', }, {