Skip to content

Commit

Permalink
injectIntl in GIF modal
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn committed Mar 29, 2023
1 parent 1ca7bc9 commit 9316d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ class GIFModal extends ImmutablePureComponent {
}


export default connect(mapStateToProps, mapDispatchToProps)(GIFModal);
export default connect(mapStateToProps, mapDispatchToProps)(injectIntl(GIFModal));
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-kb1163'
'+koyuspace-kb1164'
end

def to_a
Expand Down

0 comments on commit 9316d89

Please sign in to comment.