chore: make fallback optional

This commit is contained in:
Matthew Russell 2024-02-13 12:58:23 -08:00
parent 988489b4b0
commit 1c3871865f
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ import { useT } from '../../use-t';
interface Props {
marketId?: string;
decimalPlaces: number;
fallback: ReactNode;
fallback?: ReactNode;
}
export const Last24hPriceChange = ({