diff --git a/weave-js/src/components/Panel2/PanelTable/util.ts b/weave-js/src/components/Panel2/PanelTable/util.ts index 0dcba3fac4d..f72f1be660f 100644 --- a/weave-js/src/components/Panel2/PanelTable/util.ts +++ b/weave-js/src/components/Panel2/PanelTable/util.ts @@ -33,7 +33,7 @@ import {useTableStateWithRefinedExpressions} from './tableStateReact'; export const getColumnCellFormats = (colType: Type): WeaveFormatContextType => { const t = nullableTaggableStrip(colType); const numberFormat = - t === 'number' + t === 'number' || t === 'float' || t === 'int' ? { textAlign: 'right' as const, justifyContent: 'normal',