diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index 10272cbc..088fc510 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -132,7 +132,7 @@ The slot name for the table header cells is `"cell-header"`. {#if cell.key === 'rule' && cell.value === 'Round robin'} - {cell.value} + {cell.value} {:else} {cell.value} {/if}