Skip to content

Commit

Permalink
fix: change string props ShowBtnUi
Browse files Browse the repository at this point in the history
  • Loading branch information
jciasenza committed Jan 23, 2025
1 parent 272f4a1 commit b2b72c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('ProblemBrowser Main component', () => {
selectedBlock="some-selected-block"
taskStatusEndpoint={taskStatusEndpoint}
reportDownloadEndpoint={reportDownloadEndpoint}
ShowBtnUi={false}
ShowBtnUi="false"
/>
</Provider>
);
Expand All @@ -52,7 +52,7 @@ describe('ProblemBrowser Main component', () => {
selectedBlock="some-selected-block"
taskStatusEndpoint={taskStatusEndpoint}
reportDownloadEndpoint={reportDownloadEndpoint}
ShowBtnUi={false}
ShowBtnUi="false"
/>
</Provider>
);
Expand All @@ -77,7 +77,7 @@ describe('ProblemBrowser Main component', () => {
selectedBlock="some-selected-block"
taskStatusEndpoint={taskStatusEndpoint}
reportDownloadEndpoint={reportDownloadEndpoint}
ShowBtnUi={false}
ShowBtnUi="false"
/>
</Provider>
);
Expand Down

0 comments on commit b2b72c3

Please sign in to comment.