Skip to content

Commit

Permalink
Merge pull request #148 from AY2223S1-CS2103T-T12-2/bug-fix
Browse files Browse the repository at this point in the history
Bug: Fix task tags display
  • Loading branch information
jasonqiu212 authored Oct 27, 2022
2 parents d58d11f + c1a950e commit 97d11d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swift/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void showTaskTab() {
resetMenuButtonStyle(contactsButton);

taskListPanel = new TaskListPanel(logic.getFilteredTaskList(), logic.getUnfilteredBridgeList(),
logic.getFilteredPersonList());
logic.getUnfilteredPersonList());

listPanelPlaceholder.getChildren().clear();
listPanelPlaceholder.getChildren().add(taskListPanel.getRoot());
Expand Down

0 comments on commit 97d11d3

Please sign in to comment.