Skip to content

Commit

Permalink
fix: typo and eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Aug 14, 2024
1 parent 5d773dd commit 64e575c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
],
"import/order": [
"error",
"warn",
{
"pathGroupsExcludedImportTypes": ["builtin"],
"pathGroups": [
Expand Down
2 changes: 1 addition & 1 deletion components/header/changelog-notification.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'use client';

import { useEffect } from 'react';
import { Icon } from '#components-ui/icon/wrapper';
import { changelogData } from '#models/historique-modifications';
import { EScope, hasRights } from '#models/user/rights';
import { formatDate } from '#utils/helpers';
import { useStorage } from 'hooks';
import useSession from 'hooks/use-session';
import { useEffect } from 'react';
import style from './changelog-notification.module.css';

const NEW_SINCE_LAST_VISIT_ID = 'new-since-last-visit';
Expand Down
6 changes: 3 additions & 3 deletions components/tva-cell/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use client';

import React from 'react';
import FAQLink from '#components-ui/faq-link';
import { Icon } from '#components-ui/icon/wrapper';
import InformationTooltip from '#components-ui/information-tooltip';
Expand Down Expand Up @@ -125,8 +124,9 @@ const VerifyTVA: React.FC<{
tabIndex={0}
label={
<>
Attention, cette structure a plusieurs activités différentes
.<br />
Attention, cette structure a plusieurs activités
différentes.
<br />
Elle peut posséder un numéro de TVA Intracommunautaire pour
chacune de ces activités.
<br />
Expand Down

0 comments on commit 64e575c

Please sign in to comment.