aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/services
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-22 22:29:28 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-22 22:29:28 +0200
commitb9e45e6cb51c6d7b3c0bcd21c667717a7103c9b9 (patch)
tree26cb4ad414f6e1ee4721286c696399c62ad84f02 /src/components/services
parentMerge pull request #56 from GustavoKatel/showUrlOnLinkHover (diff)
downloadferdium-app-b9e45e6cb51c6d7b3c0bcd21c667717a7103c9b9.tar.gz
ferdium-app-b9e45e6cb51c6d7b3c0bcd21c667717a7103c9b9.tar.zst
ferdium-app-b9e45e6cb51c6d7b3c0bcd21c667717a7103c9b9.zip
cleanup & minor style adaption
Diffstat (limited to 'src/components/services')
-rw-r--r--src/components/services/content/ServiceWebview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index 7e33d694c..3ee3155be 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -64,7 +64,7 @@ export default class ServiceWebview extends Component {
64 let statusBar = null; 64 let statusBar = null;
65 if (this.state.statusBarVisible) { 65 if (this.state.statusBarVisible) {
66 statusBar = ( 66 statusBar = (
67 <StatusBarTargetUrl position="bottom" text={this.state.targetUrl} /> 67 <StatusBarTargetUrl text={this.state.targetUrl} />
68 ); 68 );
69 } 69 }
70 70