mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Clean up
- remove unused data variable - avoid scoped scss
This commit is contained in:
parent
715261238a
commit
1d8e328a47
@ -37,7 +37,6 @@ export default {
|
||||
return {
|
||||
displayedNotifications: [],
|
||||
notifications: [],
|
||||
nofiticationRead: null,
|
||||
}
|
||||
},
|
||||
props: {
|
||||
@ -113,7 +112,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.notifications-menu {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user