summaryrefslogtreecommitdiff
path: root/resources/views/family-page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/family-page.phtml')
-rw-r--r--resources/views/family-page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/family-page.phtml b/resources/views/family-page.phtml
index 400c1120be..b196bed266 100644
--- a/resources/views/family-page.phtml
+++ b/resources/views/family-page.phtml
@@ -28,7 +28,7 @@ use Fisharebest\Webtrees\View;
<h2 class="wt-page-title mx-auto">
<?= $record->fullName() ?>
</h2>
- <?php if ($record->canEdit() && !$record->isPendingDeletion()) : ?>
+ <?php if ($record->canEdit()) : ?>
<?= view('family-page-menu', ['record' => $record]) ?>
<?php endif ?>
</div>