if (modal === 'board') {
        if (type === 'collect') {
            counter.collectBoardCount(optCount);
        } else if (type === 'decollect') {
            counter.collectBoardCount(-optCount);