Skip to content

Commit

Permalink
4001 - Fix OdpHeaderCell header style in print view
Browse files Browse the repository at this point in the history
  • Loading branch information
yaguzmang committed Jan 6, 2025
1 parent f6b6ca4 commit 7ab2de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const OdpHeaderCell: React.FC<Props> = (props) => {

if (print) {
return (
<DataCell className={className} gridColumn={gridColumn} gridRow={gridRow}>
<DataCell className={classNames(className, 'header')} gridColumn={gridColumn} gridRow={gridRow}>
{odpYear}
</DataCell>
)
Expand Down

0 comments on commit 7ab2de7

Please sign in to comment.