fixed logout

This commit is contained in:
muerwre 2018-09-03 16:41:24 +07:00
parent ad04704c3e
commit 24186c0447
4 changed files with 3 additions and 10 deletions

View file

@ -3,7 +3,6 @@
*/
export const parseStickerAngle = ({ sticker, version }) => {
console.log('stick', sticker, version);
return sticker && version && parseInt(version, 10) === 2
? parseFloat(sticker.angle)
: parseFloat(sticker.ang - 3.14);