mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove undefines elements from StatisticTable compoment
This commit is contained in:
parent
7c4e252757
commit
7ef66e9da4
@ -1,14 +1,7 @@
|
||||
<!-- eslint-disable vue/no-static-inline-styles -->
|
||||
<template>
|
||||
<div class="statistic-table">
|
||||
<b-table-simple
|
||||
style="width: auto"
|
||||
class="mt-5"
|
||||
:items="items"
|
||||
:fields="fields"
|
||||
striped
|
||||
stacked="md"
|
||||
>
|
||||
<b-table-simple style="width: auto" class="mt-5" striped stacked="md">
|
||||
<b-thead>
|
||||
<b-tr>
|
||||
<b-th></b-th>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user