only show the "raw edit" when advanced options are turned on

This commit is contained in:
2024-09-22 08:39:08 -06:00
parent 1c79cc25fe
commit b149e623b2
4 changed files with 11 additions and 15 deletions

View File

@@ -445,18 +445,8 @@ export default class ProjectsView extends Vue {
this.activeDid,
);
const projectName = project?.name as string;
console.log(
"now have name for",
offer.fulfillsPlanHandleId,
projectName,
);
this.projectNameFromHandleId[offer.fulfillsPlanHandleId] =
projectName;
console.log(
"now have a real name for",
offer.fulfillsPlanHandleId,
this.projectNameFromHandleId[offer.fulfillsPlanHandleId],
);
}
this.offers = this.offers.concat([offer]);
}