mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
update translations
This commit is contained in:
@@ -160,7 +160,7 @@ export default function SystemDetail({ name }: { name: string }) {
|
||||
orientation: i18n.dir() == "rtl" ? "right" : "left",
|
||||
...getTimeData(chartTime, lastCreated),
|
||||
}
|
||||
}, [systemStats, containerData, t])
|
||||
}, [systemStats, containerData, i18n.dir()])
|
||||
|
||||
// get stats
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user