Skip to content

Commit

Permalink
fix: trigger new release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed May 5, 2020
1 parent 8ecb114 commit 0dde404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/device-status-bar/device-status-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class DeviceStatusBar implements ComponentInterface {
* @memberof DeviceStatusBar
*/
@Prop({ mutable: true }) time: string;

/**
* The date to be displayed
*
Expand All @@ -43,6 +44,7 @@ export class DeviceStatusBar implements ComponentInterface {
* @memberof DeviceStatusBar
*/
@Prop({ mutable: true }) date: string;

/**
* Set the color of the status bar text
*
Expand Down

0 comments on commit 0dde404

Please sign in to comment.