Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abordage committed Jul 6, 2022
1 parent a3e30c3 commit b4656d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TableCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
class TableCard extends Card
{
public string $title = '';

public array $rows = [];

public $width = '1/3';

public function __construct()
{
parent::__construct('abordage-table-card');
Expand Down

0 comments on commit b4656d2

Please sign in to comment.