From 7f24904f773c16c306547f1db042b196bb99ea72 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Tue, 23 Oct 2018 09:46:50 +1100 Subject: [PATCH] various bits --- src/app/components/Ad.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/Ad.jsx b/src/app/components/Ad.jsx index 0153bf38..eb3cee6e 100644 --- a/src/app/components/Ad.jsx +++ b/src/app/components/Ad.jsx @@ -31,7 +31,6 @@ export default class Ad extends Component { style={{ display: 'block' }} data-ad-client={this.props.client} data-ad-slot={this.props.slot} - data-ad-format={this.props.format} /> );