aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/locations/FlowsList.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/locations/FlowsList.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/locations/FlowsList.tsx b/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
index 40646365fb8..088ef497a2f 100644
--- a/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
+++ b/server/sonar-web/src/main/js/components/locations/FlowsList.tsx
@@ -27,7 +27,7 @@ import SingleFileLocationNavigator from './SingleFileLocationNavigator';
const FLOW_ORDER_MAP = {
[FlowType.DATA]: 0,
- [FlowType.EXECUTION]: 1
+ [FlowType.EXECUTION]: 1,
};
export interface Props {
flows: Flow[];
@@ -65,7 +65,8 @@ export default function FlowsList(props: Props) {
flow={true}
selected={open}
/>
- )}>
+ )}
+ >
<ul>
{flow.locations.map((location, locIndex) => (
// eslint-disable-next-line react/no-array-index-key