Skip to content

Commit

Permalink
Merge pull request #204 from ryanmio/Release_v0.6.1
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
ryanmio authored Aug 26, 2023
2 parents 90f84d9 + 6ea1964 commit e773bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GrowerStatsProfile/TableSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TableSection = ({ data, columns }) => {
}, useSortBy);

return (
<div className="bg-white shadow rounded-lg p-4 flex flex-col overflow-x-auto">
<div className="bg-white shadow rounded-lg p-4 flex flex-col overflow-x-auto mb-4">
<h2 className="text-xl font-bold mb-2">Weigh-Off History</h2>
<table {...getTableProps()} className="w-full table-fixed">
<thead>
Expand Down
1 change: 1 addition & 0 deletions src/utilities/error-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export function trackError(error, method, category = GA_CATEGORIES.SYSTEM, actio
label: `${method} - ${error.code || "Unknown error"}: ${error.message || ""}`,
dimensions: {
'dimension1': process.env.NODE_ENV // 'development' or 'production'
}
});
}

Expand Down

0 comments on commit e773bb0

Please sign in to comment.