Skip to content

Commit ce8fec1

Browse files
committed
chore: linting dashboard code
1 parent 8d0ebf2 commit ce8fec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/routes/_app/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const RouteComponent = () => {
5656
const recordCounter =
5757
instrumentInfo?.map((title) => {
5858
return {
59-
id: title.id,
6059
count: recordIds?.filter((val) => val === title.id).length ?? 0,
60+
id: title.id,
6161
instrumentTitle: title.title
6262
};
6363
}) ?? [];

0 commit comments

Comments
 (0)