Поправлен интерфейс
This commit is contained in:
@@ -182,7 +182,10 @@ export default function HomeScreen() {
|
||||
sending={sending}
|
||||
value={message}
|
||||
/>
|
||||
<QuickActions phone={config.data?.operator.call_phone} />
|
||||
<QuickActions
|
||||
authenticated={authStatus === "authenticated"}
|
||||
phone={config.data?.operator.call_phone}
|
||||
/>
|
||||
{Boolean(sendError) && (
|
||||
<View style={{ paddingHorizontal: 16, paddingBottom: 8 }}>
|
||||
<ErrorNotice error={sendError} />
|
||||
|
||||
Reference in New Issue
Block a user