backup
This commit is contained in:
@@ -252,7 +252,7 @@ export function HistoryPage(): React.JSX.Element {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={styles.root}>
|
||||
<div className={styles.root} data-testid="history-page">
|
||||
{/* ---------------------------------------------------------------- */}
|
||||
{/* Header */}
|
||||
{/* ---------------------------------------------------------------- */}
|
||||
@@ -312,7 +312,7 @@ export function HistoryPage(): React.JSX.Element {
|
||||
{/* ---------------------------------------------------------------- */}
|
||||
{!loading && !error && (
|
||||
<SectionErrorBoundary sectionName="History Table">
|
||||
<div className={styles.tableWrapper}>
|
||||
<div className={styles.tableWrapper} data-testid="history-table">
|
||||
<DataGrid
|
||||
items={items}
|
||||
columns={columns}
|
||||
|
||||
Reference in New Issue
Block a user