feat(dashboard): handle API errors and enhance translations
This commit is contained in:
@@ -3,7 +3,7 @@ import moment from 'moment';
|
||||
|
||||
defineProps<{
|
||||
label: string;
|
||||
price: number | null | undefined;
|
||||
price: number;
|
||||
time: moment.Moment | string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user