Skip to content

Commit dbe6dd3

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent bda5e01 commit dbe6dd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Livewire/MenuTreeItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class MenuTreeItem extends Component
99
{
10-
1110
public $item; // MenuItem model
1211

1312
public int $depth = 0;
@@ -89,7 +88,6 @@ public function delete(): void
8988
$this->dispatch('show-delete-modal', ['itemId' => $this->item->id]);
9089
}
9190

92-
9391
public function render()
9492
{
9593
return view('filament-flexible-content-block-pages::livewire.menu-tree-item');

0 commit comments

Comments
 (0)