Skip to content

Commit cf6cb81

Browse files
committed
chore: eslint & prettier
1 parent 08a6586 commit cf6cb81

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/ListingCard/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ export default function ListingCard({
1515
isSelected?: boolean;
1616
onClick?: (id: UUID) => void;
1717
}) {
18-
// setup
19-
const rolesNeeded = ['Attorney'].concat(
20-
caseData.needs_interpreter ? ['Interpreter'] : [],
21-
);
22-
2318
return (
2419
<CardBody
2520
$selected={isSelected}

src/utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pSBC.pSBCr = (color: string) => {
153153
}
154154
return x;
155155
};
156-
// helper functions
156+
// helper functions
157157
// helper functions
158158
export const parseDate = (d: Date): string =>
159159
`${d.getMonth() + 1}/${d.getDate()}/${d.getFullYear()}`;

0 commit comments

Comments
 (0)