fleetmap-reports 2.0.105 → 2.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "2.0.105",
3
+ "version": "2.0.106",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -147,7 +147,7 @@ async function exportDelayedStartReportToPDF (userData, reportData) {
147
147
 
148
148
  const style = getStyle(getUserPartner(userData.user))
149
149
 
150
- addTable(doc, headers, data, footValues, style, 20)
150
+ addTable(doc, headers, data, footValues, style, 40)
151
151
  return doc
152
152
  }
153
153
  }