forked from jsnbuchanan/crowd-funder-for-time-pwa
Remove unneeded comment
This commit is contained in:
@@ -209,8 +209,6 @@ export default class GiftedDialog extends Vue {
|
|||||||
this.firstStep = !giver;
|
this.firstStep = !giver;
|
||||||
this.stepType = "giver";
|
this.stepType = "giver";
|
||||||
|
|
||||||
// Entity types are now set via props, no need to call updateEntityTypes()
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const settings = await this.$settings();
|
const settings = await this.$settings();
|
||||||
this.apiServer = settings.apiServer || "";
|
this.apiServer = settings.apiServer || "";
|
||||||
|
|||||||
Reference in New Issue
Block a user