// @flow import 'scss/component/_comment-selectors.scss'; import Button from 'component/button'; import React from 'react'; import FilePrice from 'component/filePrice'; import OptimizedImage from 'component/optimizedImage'; import ChannelThumbnail from 'component/channelThumbnail'; import UriIndicator from 'component/uriIndicator'; type Props = { activeChannelUrl: string, src: string, price: number, exchangeRate?: number, }; export const StickerReviewBox = (props: Props) => { const { activeChannelUrl, src, price, exchangeRate } = props; return (