Skip to content

Commit

Permalink
fix: remove selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Oct 10, 2023
1 parent 64856cc commit a0e3fe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/IFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,5 @@ OldDotIFrame.propTypes = propTypes;
export default withOnyx({
session: {
key: ONYXKEYS.SESSION,
selector: (session) => session,
},
})(OldDotIFrame);

0 comments on commit a0e3fe1

Please sign in to comment.