Skip to content

Commit

Permalink
Merge pull request #362 from bcgov/fix/dashlet-header
Browse files Browse the repository at this point in the history
fix/remove extra column in dashlet header
  • Loading branch information
raphaelcdsouza authored Aug 9, 2024
2 parents 654c33c + 4466246 commit 1d6a556
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
<th class="dashboard-dashlet-header">
<p>Region</p>
</th>
<th class="dashboard-dashlet-header">
<p>Actions</p>
</th>
{assign var="isProcessed" value=true}
{/if}
{if !$isProcessed && ($params.module|default:$pageData.bean.moduleDir) == "Meetings"}
Expand All @@ -80,9 +77,6 @@
<th class="dashboard-dashlet-header">
<p>Contact</p>
</th>
<th class="dashboard-dashlet-header">
<p>Actions</p>
</th>
{assign var="isProcessed" value=true}
{/if}
{/foreach}
Expand Down

0 comments on commit 1d6a556

Please sign in to comment.