Oops, show the correct count for "Trades: Seeking!"

lol silly mistake, showing the offering count twice, my bad
This commit is contained in:
Emi Matchu 2024-01-21 06:54:26 -08:00
parent 42b1bf3e8c
commit 501ea3db7d

View file

@ -82,7 +82,7 @@
'data-is-current' => current_subpage == 'trades_offering'
%li
= link_to t('items.show.subpages_nav.trades.seeking',
count: trades[:offering].size),
count: trades[:seeking].size),
item_trades_path(item, type: 'seeking'),
'data-is-current' => current_subpage == 'trades_seeking'