ok
This commit is contained in:
@@ -211,10 +211,11 @@ const App = ({ cafeId,
|
||||
right: 0,
|
||||
backgroundColor: 'rgb(207, 207, 207)'}}
|
||||
>
|
||||
<h2 className={styles["Transactions-title"]}>Reports</h2>
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<h2 className={styles["Transactions-title"]}>Laporan</h2>
|
||||
<div style={{ textAlign: "center",
|
||||
marginTop: '30px' }}>
|
||||
<MultiSwitch
|
||||
texts={["Yesterday", "This week", "This Month", "This year"]}
|
||||
texts={["kemarin", "minggu ini", "bulan ini", "tahun ini"]}
|
||||
selectedSwitch={["daily", "weekly", "monthly", "yearly"].indexOf(
|
||||
filter
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user