From fd7a3271e58b5326920b503d9f044975feb99484 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 27 Feb 2023 11:45:12 -0800 Subject: [PATCH] typo oof --- app/views/basil/review.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/basil/review.html.erb b/app/views/basil/review.html.erb index a9a89ee9..1f763270 100644 --- a/app/views/basil/review.html.erb +++ b/app/views/basil/review.html.erb @@ -16,7 +16,7 @@
<%= commission.id %>. - <% if commision.entity.present? %> + <% if commission.entity.present? %> <%= link_to commission.entity.name, commission.entity %> <% end %> <% if commission.style? %>