mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
dumb ci v2
This commit is contained in:
@@ -99,7 +99,7 @@ export default function Page() {
|
|||||||
}}
|
}}
|
||||||
asChild
|
asChild
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
setBackendUrl(backendUrl);
|
setBackendUrl(backendUrl as unknown as string);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<MWButton type="purple" disabled={!meta.isSuccess}>
|
<MWButton type="purple" disabled={!meta.isSuccess}>
|
||||||
|
Reference in New Issue
Block a user