Skip to content

Commit

Permalink
fix: eslint prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Dec 4, 2023
1 parent a39284c commit ae48d96
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ export const AddressActivityListView: React.FC<
{header.isPlaceholder
? null
: flexRender(
header.column.columnDef
.header,
header.getContext()
)}
header.column.columnDef
.header,
header.getContext()
)}
</TableHead>
);
})}
Expand Down

0 comments on commit ae48d96

Please sign in to comment.