// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import $ from 'jquery'; import Constants from 'utils/constants.jsx'; import React from 'react'; export default class ScrollToBottomArrows extends React.Component { render() { // only show on mobile if ($(window).width() > 768) { return