diff --git a/app/components/tailwind/select_links.html.erb b/app/components/tailwind/select_links.html.erb index 3ec7cd96a..d4d5a919b 100644 --- a/app/components/tailwind/select_links.html.erb +++ b/app/components/tailwind/select_links.html.erb @@ -2,11 +2,10 @@ x-init="$watch('link', value => { window.location = value; })" class="inline-block text-2xl text-navy"> <%# Hiding the select tag initially. It gets unhidden by javascript %> - <%# TODO: Disable the currently selected item %>