diff --git a/web/src/forms/settings/FeedForms.tsx b/web/src/forms/settings/FeedForms.tsx
index 2a3cd20..80af371 100644
--- a/web/src/forms/settings/FeedForms.tsx
+++ b/web/src/forms/settings/FeedForms.tsx
@@ -153,7 +153,7 @@ function FormFieldsTorznab() {
+ help="Minutes. Recommended 15-30. Too low and risk ban."/>
);
}
@@ -167,7 +167,7 @@ function FormFieldsRSS() {
help="RSS url"
/>
-
+
);
}
@@ -175,4 +175,4 @@ function FormFieldsRSS() {
const componentMap: componentMapType = {
TORZNAB: ,
RSS:
-};
\ No newline at end of file
+};