Skip to content

Commit fbb3e39

Browse files
committed
La til teller
1 parent fbbf5f1 commit fbb3e39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/teamwebsites.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ function TeamWebsites() {
123123
</Switch>
124124
</div>
125125
<div style={{ overflowX: 'auto' }} >
126+
{/* Display the count of websites shown */}
127+
<div className="my-2 text-md text-gray-700">
128+
{filteredData?.length || 0} nettsider/apper
129+
</div>
126130
<Table zebraStripes={true}>
127131
<Table.Header>
128132
<Table.Row>

0 commit comments

Comments
 (0)