diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 1d5a3e0b..71f6f46d 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -972,7 +972,7 @@ BUILD 136 CHANGES OF NOTE
- case 4009
- case 4005 & 4011 could not reproduce, did have a guess though in notes of case 4011. Possibly a transient error related to chromium browser download.
- case 4012
-
+- case 4013
diff --git a/ayanova/src/components/report-selector-control.vue b/ayanova/src/components/report-selector-control.vue
index 00e54608..1e3b64d3 100644
--- a/ayanova/src/components/report-selector-control.vue
+++ b/ayanova/src/components/report-selector-control.vue
@@ -24,7 +24,7 @@
@click="renderReport(item.id, item.name)"
>
{{ item.name }}
-
+
$ayiEdit
@@ -42,6 +42,7 @@
text
@click.native="newReport"
data-cy="reportselector:ok"
+ class="d-none d-sm-flex"
>{{ $ay.t("New") }}