Reword component title
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 55s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m5s
Build Nginx-based docker image / build-static-assets (push) Failing after 4m31s
Playwright Tests / test (pull_request) Failing after 8m53s
Some checks failed
Add copyright notice / copyright_notice (pull_request) Successful in 55s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m5s
Build Nginx-based docker image / build-static-assets (push) Failing after 4m31s
Playwright Tests / test (pull_request) Failing after 8m53s
This commit is contained in:
parent
e45625e7fb
commit
a8abc50f5a
@ -33,7 +33,7 @@ export default function ArrangementsTable({ onArrangementSelected }: { onArrange
|
||||
return (
|
||||
<TableOfContents
|
||||
headers={['Name', 'Discomfort', 'Actions']}
|
||||
caption='Simulations'
|
||||
caption='Best simulations'
|
||||
elements={arrangements}
|
||||
rowRender={(arrangement) => (
|
||||
<tr key={arrangement.id} className={clsx("border-b", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user