1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-02-17 21:39:38 +01:00
parent 13efb56324
commit 796b0544c4
12 changed files with 274 additions and 73 deletions

View File

@ -162,12 +162,12 @@ const ComponentInstance: React.FC<Props> = ({
type='text'
content={t('server.button.local')}
onPress={processUpdate}
disabled={!instanceQuery.data?.uri || !agreed}
disabled={!instanceQuery.data?.uri}
loading={instanceQuery.isFetching || appsQuery.isFetching}
/>
</View>
<EULA agreed={agreed} setAgreed={setAgreed} />
{/* <EULA agreed={agreed} setAgreed={setAgreed} /> */}
<View>
<Placeholder