Skip to content

Commit

Permalink
feat : fix pole c source (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou authored Aug 20, 2024
1 parent 8a722e2 commit b0d6978
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 b0d6978

Please sign in to comment.