Skip to content
Prev Previous commit
fix: fix lint error
  • Loading branch information
filippovskii09 committed Nov 5, 2025
commit 8be39b65ead9fcfa6403dcbf592366e2aeb4ace5
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ describe('GradeSummaryHeader', () => {

const renderComponent = (props = {}) => {
render(
<GradeSummaryHeader
allOfSomeAssignmentTypeIsLocked={false}
{...props}
/>
<GradeSummaryHeader
allOfSomeAssignmentTypeIsLocked={false}
{...props}
/>,
);
};

Expand Down