diff --git a/app/views/play/ladder/my_matches_tab.coffee b/app/views/play/ladder/my_matches_tab.coffee index 0e9bd4cbb..f976f9eea 100644 --- a/app/views/play/ladder/my_matches_tab.coffee +++ b/app/views/play/ladder/my_matches_tab.coffee @@ -174,7 +174,7 @@ module.exports = class MyMatchesTabView extends CocoView button = $(e.target).closest('.rank-button') sessionID = button.data('session-id') session = _.find @sessions.models, {id: sessionID} - return unless @readyToRank(session) + return unless session.readyToRank() @setRankingButtonText(button, 'submitting') success = =>