Add fixme

This commit is contained in:
Andrei Prigorshnev 2024-04-08 22:37:40 +04:00
parent b9c27bc7fd
commit bd2cdfa243
No known key found for this signature in database
GPG Key ID: 185E0A5F45783902
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default class EditTopicAssignments extends Component {
constructor() {
super(...arguments);
// fixme andrei simplify mapping
const topicAssignment = new Assignment(
this.topic.assigned_to_user?.username,
this.topic.assigned_to_group?.name,