diff --git a/client/src/Home.js b/client/src/Home.js
index dbc3bf8f..600321a5 100644
--- a/client/src/Home.js
+++ b/client/src/Home.js
@@ -25,7 +25,7 @@ export default class List extends Component {
return (
{t('Mailtrain 2 beta')}
-
{t('Build') + ' 2020-07-17-0000'}
+
{t('Build') + ' 2020-07-18-0813'}
{this.props.configItems.shoutout}
);
diff --git a/client/src/lib/table.js b/client/src/lib/table.js
index 6104ba9f..f53061da 100644
--- a/client/src/lib/table.js
+++ b/client/src/lib/table.js
@@ -279,7 +279,7 @@ class Table extends Component {
const dtOptions = {
columns,
- order: this.props.order,
+ order: [...this.props.order],
autoWidth: false,
pageLength: this.props.pageLength,
dom: // This overrides Bootstrap 4 settings. It may need to be updated if there are updates in the DataTables Bootstrap 4 plugin.