fix SCUM player online freshness display
This commit is contained in:
@@ -271,8 +271,7 @@ function ServerDetailSectionNav({ entries, section, onChange }: { entries: Array
|
||||
return (
|
||||
<nav className="section-tabs" aria-label="server sections">
|
||||
{pluginEntries.length > 0 && (
|
||||
<div className="server-plugin-section-tabs" aria-label="游戏运营功能">
|
||||
<span className="server-plugin-section-label">游戏运营</span>
|
||||
<div className="server-plugin-section-tabs" aria-label="插件功能">
|
||||
{pluginEntries.map((entry) => (
|
||||
<button key={entry.id} type="button" className={cx("section-tab", section === entry.id && "section-tab-active")} aria-current={section === entry.id ? "page" : undefined} onClick={() => onChange(entry.id)}>
|
||||
{entry.label}
|
||||
|
||||
Reference in New Issue
Block a user