diff --git a/web/satellite/src/components/browser/galleryView/GalleryView.vue b/web/satellite/src/components/browser/galleryView/GalleryView.vue index 39629818f..0399fe828 100644 --- a/web/satellite/src/components/browser/galleryView/GalleryView.vue +++ b/web/satellite/src/components/browser/galleryView/GalleryView.vue @@ -258,7 +258,7 @@ const placeHolderDisplayable = computed((): boolean => { * Returns current path without object key. */ const currentPath = computed((): string => { - return route.path.replace(RouteConfig.Buckets.with(RouteConfig.UploadFile).path, ''); + return decodeURIComponent(route.path.replace(RouteConfig.Buckets.with(RouteConfig.UploadFile).path, '')); }); /**