mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 06:42:38 +02:00
disable single attribute per line
This commit is contained in:
@@ -76,10 +76,7 @@ export const FullScreenPlayerQueue = () => {
|
||||
justify="center"
|
||||
>
|
||||
{headerItems.map((item) => (
|
||||
<div
|
||||
className={styles.headerItemWrapper}
|
||||
key={`tab-${item.label}`}
|
||||
>
|
||||
<div className={styles.headerItemWrapper} key={`tab-${item.label}`}>
|
||||
<Button
|
||||
flex={1}
|
||||
fw="600"
|
||||
|
||||
Reference in New Issue
Block a user