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(
|
?.filter(
|
||||||
(application) =>
|
(application) =>
|
||||||
!!(
|
!!(
|
||||||
application.download_link?.[platform] &&
|
application.download_link?.[platform] ||
|
||||||
application.scheme
|
application.scheme
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user