Skip to content

Commit

Permalink
fix: bug with interested offers component missing translation import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Jun 5, 2024
1 parent 12fd761 commit 73c464e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
} from '@material-ui/core';
import MessageIcon from '@mui/icons-material/Message';
import MomentComponent from 'moment';
import { FormattedMessage } from 'react-intl';


export default function InterestedOffers({ offers, onMessage, assigned, onAccept, onReject }) {
Expand Down

0 comments on commit 73c464e

Please sign in to comment.