feat(analysis): bold month names for DB-sourced data, regular for external
This commit is contained in:
@@ -113,6 +113,7 @@ export type MonthlyLast = {
|
||||
month: string;
|
||||
type: "BELO" | "BLUE" | "BNA";
|
||||
buy: number;
|
||||
source: "db" | "external";
|
||||
};
|
||||
|
||||
export function getMonthlyLast(): Promise<MonthlyLast[]> {
|
||||
|
||||
Reference in New Issue
Block a user