fixes text

This commit is contained in:
Ovidiu Alexandru Toma 2018-10-15 10:43:36 +03:00
parent 8869346b97
commit cdf84a6643

View file

@ -9,7 +9,7 @@ const getTemplates = () => {
})
.then(function(templates) {
populateTemplates(templates);
getTemplateHtml(templates[0].id);
getTemplateHtml(templates[0].id, templates[0].primary_color, templates[0].secondary_color);
});
};