little dots

This commit is contained in:
ntr
2018-09-21 17:58:25 +10:00
parent 830797c145
commit 96ebe07e39
6 changed files with 321 additions and 321 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
export const SET_ACCOUNT = 'SET_ACCOUNT';
export const setAccount = (value) => ({ type: SET_ACCOUNT, value });
export const setAccount = value => ({ type: SET_ACCOUNT, value });
+1 -1
View File
@@ -46,4 +46,4 @@ const Main = () => (
preact.render(<Main />, document.body);
fizzyText('cryps');
fizzyText('cryps.gg');
+1 -1
View File
@@ -34,7 +34,7 @@ function createSocket(store) {
account = login;
store.dispatch(actions.setAccount(login));
console.log(account);
return send({ method: 'cryp_spawn', params: { name: 'drake' }});
return send({ method: 'cryp_spawn', params: { name: 'drake' } });
}
function crypSpawn(cryp) {