fix linting
This commit is contained in:
@@ -62,7 +62,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="relative flex justify-between gap-4 max-w-[40rem] mx-auto mb-5">
|
<div
|
||||||
|
class="relative flex justify-between gap-4 max-w-[40rem] mx-auto mb-5"
|
||||||
|
>
|
||||||
<!-- Source -->
|
<!-- Source -->
|
||||||
<div
|
<div
|
||||||
class="w-[8rem] sm:w-[12rem] text-center bg-white border border-slate-200 rounded p-2 sm:p-3"
|
class="w-[8rem] sm:w-[12rem] text-center bg-white border border-slate-200 rounded p-2 sm:p-3"
|
||||||
|
|||||||
@@ -279,11 +279,7 @@ import ProjectIcon from "../components/ProjectIcon.vue";
|
|||||||
import TopMessage from "../components/TopMessage.vue";
|
import TopMessage from "../components/TopMessage.vue";
|
||||||
import UserNameDialog from "../components/UserNameDialog.vue";
|
import UserNameDialog from "../components/UserNameDialog.vue";
|
||||||
import { Contact } from "../db/tables/contacts";
|
import { Contact } from "../db/tables/contacts";
|
||||||
import {
|
import { didInfo, getHeaders, getPlanFromCache } from "../libs/endorserServer";
|
||||||
didInfo,
|
|
||||||
getHeaders,
|
|
||||||
getPlanFromCache,
|
|
||||||
} from "../libs/endorserServer";
|
|
||||||
import { OfferSummaryRecord, PlanData } from "../interfaces/records";
|
import { OfferSummaryRecord, PlanData } from "../interfaces/records";
|
||||||
import * as libsUtil from "../libs/util";
|
import * as libsUtil from "../libs/util";
|
||||||
import { OnboardPage } from "../libs/util";
|
import { OnboardPage } from "../libs/util";
|
||||||
|
|||||||
Reference in New Issue
Block a user