UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
sports
/
blaze
/
sportsCategoryDetailsNew.js
14 lines
(9 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
CategoryDetails
from
'../categoryDetails/CategoryDetails.jsx'
;
Template
.
sportsCategoryDetailsNew
.
helpers
({
categoryDetailsComponent
:
function
(
) {
return
CategoryDetails
; },
categoryId
:
function
(
) {
return
Session
.
get
(
'opened-category'
); } });