Correctly show the "No rSS feed was found" message

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-03-12 02:20:11 +01:00
parent 86747dbadc
commit f242973384
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -34,7 +34,7 @@ for (link of links) {
}
}
if (links.length == 0) {
if (availableLinks.length == 0) {
availableLinks.push({
title: 'No RSS feed was found',
url: 'No URL is provided'