diff --git a/client/src/templates/Challenges/utils/polyvinyl.js b/client/src/templates/Challenges/utils/polyvinyl.js index 042e439ef8..dd2594ff36 100644 --- a/client/src/templates/Challenges/utils/polyvinyl.js +++ b/client/src/templates/Challenges/utils/polyvinyl.js @@ -71,7 +71,7 @@ export function createPoly({ name, ext, contents, history, ...rest } = {}) { return { ...rest, - history: Array.isArray(history) ? history : [name + ext], + history: Array.isArray(history) ? history : [name + '.' + ext], name, ext, path: name + '.' + ext,