From e96358c5554794903f451b77555382d3622a9ece Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 6 Jun 2022 00:54:55 -0300 Subject: eslint --- .../src/pages/home/AttributeEntryScreen.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx') diff --git a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx index 257c28075..e26e537f3 100644 --- a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx +++ b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.tsx @@ -2,12 +2,12 @@ import { UserAttributeSpec, validators } from "@gnu-taler/anastasis-core"; import { isAfter, parse } from "date-fns"; import { h, VNode } from "preact"; import { useState } from "preact/hooks"; -import { DateInput } from "../../components/fields/DateInput"; -import { PhoneNumberInput } from "../../components/fields/NumberInput"; -import { TextInput } from "../../components/fields/TextInput"; -import { useAnastasisContext } from "../../context/anastasis"; -import { ConfirmModal } from "./ConfirmModal"; -import { AnastasisClientFrame, withProcessLabel } from "./index"; +import { DateInput } from "../../components/fields/DateInput.js"; +import { PhoneNumberInput } from "../../components/fields/NumberInput.js"; +import { TextInput } from "../../components/fields/TextInput.js"; +import { useAnastasisContext } from "../../context/anastasis.js"; +import { ConfirmModal } from "./ConfirmModal.js"; +import { AnastasisClientFrame, withProcessLabel } from "./index.js"; export function AttributeEntryScreen(): VNode { const reducer = useAnastasisContext(); @@ -177,7 +177,8 @@ function AttributeEntryField(props: AttributeEntryFieldProps): VNode { )} {props.spec.name === "full_name" && (
- If possible, use "LASTNAME, Firstname(s)" without abbreviations. + If possible, use "LASTNAME, Firstname(s)" without + abbreviations.
)}
-- cgit v1.2.3