content_copy
diff --git a/src/components/tag-list/remove-image.riot b/src/components/tag-list/remove-image.riot
index f518ab5..8eefc65 100644
--- a/src/components/tag-list/remove-image.riot
+++ b/src/components/tag-list/remove-image.riot
@@ -16,13 +16,15 @@ along with this program. If not, see .
-->
delete
diff --git a/src/components/tag-list/tag-history-button.riot b/src/components/tag-list/tag-history-button.riot
index 8595f18..8a6692d 100644
--- a/src/components/tag-list/tag-history-button.riot
+++ b/src/components/tag-list/tag-history-button.riot
@@ -17,11 +17,13 @@ along with this program. If not, see .
history
@@ -40,7 +42,7 @@ along with this program. If not, see .
},
routeToHistory() {
if (!this.props.image.ociImage) {
- router.history(this.props.image.name, this.props.image.tag);
+ return router.history(this.props.image.name, this.props.image.tag);
}
},
};
diff --git a/src/components/tag-list/tag-list.riot b/src/components/tag-list/tag-list.riot
index 65ddf18..7c8c1c7 100644
--- a/src/components/tag-list/tag-list.riot
+++ b/src/components/tag-list/tag-list.riot
@@ -17,7 +17,14 @@ along with this program. If not, see .
-
+ arrow_back
diff --git a/src/components/tag-list/tag-table.riot b/src/components/tag-list/tag-table.riot
index 795d3b9..3fa6e22 100644
--- a/src/components/tag-list/tag-table.riot
+++ b/src/components/tag-list/tag-table.riot
@@ -63,12 +63,14 @@ along with this program. If not, see .
>
delete
@@ -78,31 +80,31 @@ along with this program. If not, see .