Skip to content

Commit

Permalink
After npm run prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Michel <pmiche04@gmail.com>
  • Loading branch information
ShogunFire committed Oct 4, 2023
1 parent 932029f commit f9c43fc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/pages/home/report/ReportActionCompose/Suggestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,7 @@ const defaultProps = {
*
* @returns {React.Component}
*/
function Suggestions({
isComposerFullSize,
value,
setValue,
selection,
setSelection,
updateComment,
composerHeight,
forwardedRef,
resetKeyboardInput,
measureParentContainer,
}) {
function Suggestions({isComposerFullSize, value, setValue, selection, setSelection, updateComment, composerHeight, forwardedRef, resetKeyboardInput, measureParentContainer}) {
const suggestionEmojiRef = useRef(null);
const suggestionMentionRef = useRef(null);

Expand Down

0 comments on commit f9c43fc

Please sign in to comment.