mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +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 res = await processTransactionVersion2(signedBytes);
|
||||
if (!res?.signature)
|
||||
throw new Error("Transaction was not able to be processed");
|
||||
if (!res?.signature) throw new Error(res?.message || "Transaction was not able to be processed");
|
||||
return res;
|
||||
}
|
||||
export async function inviteToGroup({ groupId, qortalAddress, inviteTime }) {
|
||||
|
@ -194,7 +194,7 @@ export const AddGroup = ({ address, open, setOpen }) => {
|
||||
<AppBar sx={{ position: "relative", bgcolor: "#232428" }}>
|
||||
<Toolbar>
|
||||
<Typography sx={{ ml: 2, flex: 1 }} variant="h6" component="div">
|
||||
Add Group
|
||||
Group Mgmt
|
||||
</Typography>
|
||||
|
||||
<IconButton
|
||||
|
@ -2103,7 +2103,7 @@ export const Group = ({
|
||||
color: "white",
|
||||
}}
|
||||
/>
|
||||
Add Group
|
||||
Group Mgmt
|
||||
</CustomButton>
|
||||
)}
|
||||
{chatMode === "directs" && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user