Skip to content

Commit

Permalink
dumb ci v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JorrinKievit committed Apr 21, 2024
1 parent 100435a commit b12562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/src/app/sync/trust/[backendUrl].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function Page() {
}}
asChild
onPress={() => {
setBackendUrl(backendUrl);
setBackendUrl(backendUrl as unknown as string);
}}
>
<MWButton type="purple" disabled={!meta.isSuccess}>
Expand Down

0 comments on commit b12562d

Please sign in to comment.