IO-3166-Global-Notifications-Part-2 - Checkpoint - job watchers styling

This commit is contained in:
Dave Richer
2025-03-05 21:05:24 -05:00
parent fbe674a2e5
commit 21335d4e8c
5 changed files with 41 additions and 27 deletions

View File

@@ -211,6 +211,7 @@ function JobWatcherToggleContainer({ job, currentUser, bodyshop }) {
handleRemoveWatcher={handleRemoveWatcher}
handleWatcherSelect={handleWatcherSelect}
handleTeamSelect={handleTeamSelect}
currentUser={currentUser}
/>
);
}