feat: add initial version of Loyalty Overview Table

This commit is contained in:
Arvid Norlin
2024-05-20 14:14:29 +02:00
parent fffee84989
commit 1fd0e7164a
3 changed files with 298 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ function DynamicComponentBlock({ component }: DynamicComponentProps) {
case LoyaltyComponentEnum.loyalty_levels:
return <LoyaltyLevels />
case LoyaltyComponentEnum.overview_table:
// TODO: IMPLEMENT OVERVIEW TABLE!
return <OverviewTable />
default:
return null