Skip to content

Commit d4287d2

Browse files
committed
fix: updated switch case and removed duplicate roleOffset declaration
1 parent c2f6a8f commit d4287d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/JobCCDashboard/JobAnalytics/JobAnalytics.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class AnalyticsService {
164164
roleOffset = 15;
165165
break;
166166
default:
167-
roleOffset = 0;
167+
break;
168168
}
169169
data.push({
170170
date: date.toISOString().split('T')[0],

0 commit comments

Comments
 (0)