diff --git a/src/app/pages/fastcheck-page/fastcheck-page.html b/src/app/pages/fastcheck-page/fastcheck-page.html index 679f1f5..8e1a261 100644 --- a/src/app/pages/fastcheck-page/fastcheck-page.html +++ b/src/app/pages/fastcheck-page/fastcheck-page.html @@ -79,7 +79,8 @@ } - @if (validId()) { + @if (settingsLoaded()) { + @if (hasPartnerId() && validId()) {