chore: make fallback optional
This commit is contained in:
parent
988489b4b0
commit
1c3871865f
@ -16,7 +16,7 @@ import { useT } from '../../use-t';
|
||||
interface Props {
|
||||
marketId?: string;
|
||||
decimalPlaces: number;
|
||||
fallback: ReactNode;
|
||||
fallback?: ReactNode;
|
||||
}
|
||||
|
||||
export const Last24hPriceChange = ({
|
||||
|
Loading…
Reference in New Issue
Block a user