Skip to content

Commit

Permalink
Fix the type of titleL10nArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzzy committed Jun 28, 2017
1 parent 6d98fad commit e141182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/Warning.js
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
type WarningProps = {
title: string,
titleL10nId: string,
titleL10nArgs: Array<string>,
titleL10nArgs: string,
subtitle: string,
subtitleL10nId: string,
subtitleL10nArgs: string,
Expand Down

0 comments on commit e141182

Please sign in to comment.