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