fix bug: The client cannot be downloaded without a schema configured.
This commit is contained in:
@@ -433,7 +433,7 @@ export default function Content() {
|
||||
?.filter(
|
||||
(application) =>
|
||||
!!(
|
||||
application.download_link?.[platform] &&
|
||||
application.download_link?.[platform] ||
|
||||
application.scheme
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user