mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-28 05:47:52 +00:00
fixes
This commit is contained in:
parent
e727823264
commit
9ab3d33215
@ -2093,8 +2093,7 @@ export async function createGroup({
|
|||||||
const signedBytes = Base58.encode(tx.signedBytes);
|
const signedBytes = Base58.encode(tx.signedBytes);
|
||||||
|
|
||||||
const res = await processTransactionVersion2(signedBytes);
|
const res = await processTransactionVersion2(signedBytes);
|
||||||
if (!res?.signature)
|
if (!res?.signature) throw new Error(res?.message || "Transaction was not able to be processed");
|
||||||
throw new Error("Transaction was not able to be processed");
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
||||||
|
@ -194,7 +194,7 @@ export const AddGroup = ({ address, open, setOpen }) => {
|
|||||||
<AppBar sx={{ position: "relative", bgcolor: "#232428" }}>
|
<AppBar sx={{ position: "relative", bgcolor: "#232428" }}>
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
<Typography sx={{ ml: 2, flex: 1 }} variant="h6" component="div">
|
<Typography sx={{ ml: 2, flex: 1 }} variant="h6" component="div">
|
||||||
Add Group
|
Group Mgmt
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
|
@ -2103,7 +2103,7 @@ export const Group = ({
|
|||||||
color: "white",
|
color: "white",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
Add Group
|
Group Mgmt
|
||||||
</CustomButton>
|
</CustomButton>
|
||||||
)}
|
)}
|
||||||
{chatMode === "directs" && (
|
{chatMode === "directs" && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user