fix: page
This commit is contained in:
@@ -309,11 +309,11 @@ class AppState {
|
||||
|
||||
if (tableView && cardView) {
|
||||
if (mode === 'table') {
|
||||
tableView.style.display = 'block';
|
||||
tableView.style.display = 'flex';
|
||||
cardView.style.display = 'none';
|
||||
} else {
|
||||
tableView.style.display = 'none';
|
||||
cardView.style.display = 'grid';
|
||||
cardView.style.display = 'block';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user