diff --git a/App.js b/App.js index 8f9e6b5..7072876 100644 --- a/App.js +++ b/App.js @@ -248,8 +248,8 @@ export default class App extends React.Component { }); } - formatStation() { - return this.urbit.formatStation(this.state.stationShip, this.state.stationChannel) + formatStation(short) { + return this.urbit.formatStation(this.state.stationShip, this.state.stationChannel, short) } render() { @@ -286,7 +286,7 @@ export default class App extends React.Component { return ( -
+