1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 10:10:13 +02:00

misc fixes

This commit is contained in:
Kushagra Gour
2018-06-19 00:47:39 +05:30
parent 0c128f0671
commit 15d65f30ea
10 changed files with 134 additions and 126 deletions

View File

@@ -19,7 +19,7 @@ function CheckboxSetting({
checked={pref}
onChange={onChange}
data-setting={name}
/>
/>{' '}
{label}
</label>
);