mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fixed logout
This commit is contained in:
parent
ad04704c3e
commit
24186c0447
4 changed files with 3 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue