Skip to content

Commit

Permalink
Show dictionaries names correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Feb 14, 2025
1 parent c930355 commit a3aaeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Task(props) {
<i className="lingvo-icon-close" />
</Button>
<div className="lingvo-task__content">
<div className="lingvo-task__details">{task_details}</div>
<div className="lingvo-task__details"><pre style={{ whiteSpace: "pre-wrap" }}>{task_details}</pre></div>
<Progress
percent={progress}
progress="percent"
Expand Down

0 comments on commit a3aaeb4

Please sign in to comment.