Skip to content

Commit

Permalink
Fix link_footer.jsx crashing the UI again
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn committed Mar 29, 2023
1 parent 2051032 commit 1ca7bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import { connect } from 'react-redux';
import PropTypes from 'prop-types';
import { FormattedMessage, defineMessages, injectIntl } from 'react-intl';
import { Link } from 'react-router-dom';
Expand Down
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def flags
end

def suffix
'+koyuspace-kb1162'
'+koyuspace-kb1163'
end

def to_a
Expand Down

0 comments on commit 1ca7bc9

Please sign in to comment.