Skip to content

Commit

Permalink
feat: fix pole c source
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Aug 20, 2024
1 parent dbca97f commit ccd1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/utils/interactions/interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const interactionsSources = {
interactions_pole_3e: "EOS",
interactions_pole_3e_src: "MDF",
interactions_pole_c: "SORA",
interactions_pole_t: "Wiki'T",
interactions_pole_t: "interactions_pole_t",
};

export const getInteractionSource = (pole) => {
Expand Down

0 comments on commit ccd1006

Please sign in to comment.