diff --git a/components/tables/podcast/EpisodeRow.vue b/components/tables/podcast/EpisodeRow.vue
index aa0e422a..714f3eeb 100644
--- a/components/tables/podcast/EpisodeRow.vue
+++ b/components/tables/podcast/EpisodeRow.vue
@@ -29,7 +29,7 @@
audio_file
- {{ downloadItem ? 'downloading' : 'download' }}
+ {{ downloadItem ? 'downloading' : 'download' }}
download_done
diff --git a/components/ui/ReadIconBtn.vue b/components/ui/ReadIconBtn.vue
index 0b9a9590..c26c7167 100644
--- a/components/ui/ReadIconBtn.vue
+++ b/components/ui/ReadIconBtn.vue
@@ -1,5 +1,5 @@
-