fixing popup view profile
This commit is contained in:
parent
dcdcb6452a
commit
45760996be
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ async function fetchInformation(id: string) {
|
|||
async function fetchProfileGov(id: string) {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.profileNewGovernmentById(id))
|
||||
.get(config.API.profileNewGovernmentById(id, ""))
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
goverment.oc = data.org !== "" ? data.org : "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue