Vendor Dashboard showing 2 invoice tab and My orders tab not working

Laraship QuestionsCategory: TechnicalVendor Dashboard showing 2 invoice tab and My orders tab not working
ryan adams asked 4 years ago
Hi, I see that it showing 2 invoices tab in vendor dashboard and when i click on my orders tab, nothing works.  This issue exists on your demo as well. Here is the screenshot from your demo website http://prntscr.com/sk4nuo Please fix it as soon as possible Thanks & Regards
1 Answers
Best Answer
laraship Staff answered 4 years ago
Hello Ryan, Our Dev team has identified the issue and will be working on a fix, for a workaround, please remove the following lines from Corals/modules/Subscriptions/resources/views/subscription/partials/tabs_items.blade.php  
<li class="nav-item @if($active_tab=="invoices") active @endif">
<a class="nav-link @if($active_tab=="invoices") active @endif" href="#invoices" data-toggle="tab">
@lang('Subscriptions::labels.subscription.my_invoices')
</a>
</li>

as the tab is already rendered by the marketplace module