Convert QuotedStatus containers to TSX

This commit is contained in:
Alex Gleason
2022-06-07 14:48:24 -05:00
parent 735d04b007
commit da70097960
7 changed files with 64 additions and 46 deletions

View File

@@ -83,7 +83,7 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
{status.poll && <PollPreview poll={status.poll} />}
{status.quote && <QuotedStatus statusId={status.quote} />}
{status.quote && <QuotedStatus statusId={status.quote as string} />}
</div>
{/* TODO */}