Skip to content

Commit 0a363e0

Browse files
PKulkoRaccoonGangvladislavkeblysh
authored andcommitted
feat: [AsPu-658] replaced detailed grades html tag
1 parent 3cbbb02 commit 0a363e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DetailedGradesTable = ({ intl }) => {
4545
itemCount={detailedGradesData.length}
4646
columns={[
4747
{
48-
Header: chapter.displayName,
48+
Header: <h4 className="m-0">{chapter.displayName}</h4>,
4949
accessor: 'subsectionTitle',
5050
headerClassName: 'h5 mb-0',
5151
cellClassName: 'mw-100',

0 commit comments

Comments
 (0)