|
|
@@ -412,7 +412,7 @@ const fetchGamesRelation = async (mk='') => {
|
|
|
|
|
|
const getGamesRelation = ({ mk, listEvents } = {}) => {
|
|
|
const relations = Object.values(GAMES.Relations).filter(item => {
|
|
|
- if (typeof(mk) == 'undefined') {
|
|
|
+ if (typeof(mk) === 'undefined' || mk === '') {
|
|
|
return true;
|
|
|
}
|
|
|
return item.mk == mk;
|