remove repetitive errors in groups
This commit is contained in:
parent
c075455bc2
commit
908e7e20cb
|
@ -111,6 +111,10 @@ async function leave(group) {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
._fullinfo {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
._card {
|
._card {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
._title {
|
._title {
|
||||||
|
|
Loading…
Reference in New Issue