Skip to content

Commit

Permalink
commit before pull
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDuluoz committed Feb 14, 2023
1 parent 4dba70a commit 39444e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/admin/PropertyPrices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function PropertyPrices() {
<DataTable value={data.propertyPrices.reverse()}
responsiveLayout="scroll"
paginator
rows={3}
rows={5}
>
<Column field="id" header="Id" sortable></Column>
<Column field="date" header="Date" sortable></Column>
Expand Down

0 comments on commit 39444e1

Please sign in to comment.