Skip to content

Commit c1da59c

Browse files
Merge pull request #110 from oslabs-beta/master
OS Labs Master Merge with Beta Repo
2 parents 65634bd + f40e601 commit c1da59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const mutations = {
337337
let newCompMap = state.componentMap
338338
newCompMap[componentName].htmlList = htmlList
339339
state.componentMap = Object.assign({}, newCompMap)
340-
//state.componentMap[componentName].htmlList = htmlList
340+
// state.componentMap[componentName].htmlList = htmlList
341341
},
342342

343343
// deletes a element html tag from HTMLQueue

0 commit comments

Comments
 (0)