Build [v1.14.32]
This commit is contained in:
@@ -159,9 +159,9 @@ export default function LogsPage() {
|
||||
: "bg-surface/70 text-secondary border-border hover:border-border"
|
||||
)}
|
||||
>
|
||||
All Streams
|
||||
All Streams
|
||||
</button>
|
||||
{['ADD', 'REMOVE', 'ADJUST', 'DELETE', 'LOGIN'].map((f) => (
|
||||
{['Add', 'Remove', 'Adjust', 'Delete', 'Login'].map((f) => (
|
||||
<button
|
||||
key={f}
|
||||
onClick={() => setFilterAction(f)}
|
||||
@@ -172,7 +172,7 @@ export default function LogsPage() {
|
||||
: "bg-surface/70 text-secondary border-border hover:border-border"
|
||||
)}
|
||||
>
|
||||
{f}
|
||||
{f}
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user