Skip to content

Commit

Permalink
push '?' add
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbermanssw committed Nov 26, 2024
1 parent 92b08f3 commit c1c9cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/Table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TableHeader = ({ data, scrollData }) => {
)}
</div>
{/* Remaining Columns Titles */}
{data.columnItems.map((headerItem, index) => (
{data.columnItems?.map((headerItem, index) => (
<div key={index}>
<div className="text-center font-bold text-gray-700 underline decoration-dotted">
<Link href={`${headerItem.columnHeaderLink}`}>
Expand Down

0 comments on commit c1c9cdb

Please sign in to comment.