-
Notifications
You must be signed in to change notification settings - Fork 0
Return jsx for BackupGanttPlot label instead of format string #159
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript codemaintenanceChanges pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.Changes pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.tool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersjavascriptPull requests that update javascript codePull requests that update javascript codemaintenanceChanges pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.Changes pertaining the maintenance, code quality, CI/CD, developer quality of life, etc.tool-trackPertains to the Assignment Snapshots tool/web app (src/snapshots-app)Pertains to the Assignment Snapshots tool/web app (src/snapshots-app)
Currently in
BackupGanttPlot.jsxwe have this code:For this issue we want to return JSX instead of a format string just for better readability/maintainability/preventing typos.