1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00

Update lock icon and remove logs

This commit is contained in:
Andrew Kingston 2023-05-25 10:45:00 +01:00
parent b29ea61203
commit f246a982db
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ export const getUserStore = () => {
}
const updateUser = user => {
console.log(user)
const $users = get(store)
if (!$users.some(x => x.id === user.id)) {
store.set([...$users, user])

View file

@ -60,7 +60,7 @@
{#if lockedBy}
<div class="lock-status">
<Icon
name="LockClosed"
name="User"
hoverable
size={buttonSize}
on:click={e => {